This article will show you how to install Laravel on any windows computer through a command prompt. Note that Laravel uses composer so first, you need to install composer on your windows pc. So, in this article, I will show you the step-by-step procedure of how you can install composer in your windows. So, let’s start.
What is Laravel?
It is an open-source framework. It helps to create a web application. There are a lot more popular applications built with Laravel you can also research on the internet.
Laravel is known as one of the most popular open-source frameworks for the people who develop websites. With the help of Laravel small projects can be done in quickly by installing some third-party libraries.
The Laravel features more advantages for the web developer like time will be saved in designing the web application and can be easy to manage resources inside a laravel, including namespace and interfaces.
Steps
Step1: First you need to install the composter just
follow the below links.
https://getcomposer.org/download/
download and run composer-setup. exe-like file this will install the latest composer version when you click on it.
Step2: To check whether it is installed or not
just type composer.
composer
composer create-project: composer
Step3: this command will be used to install the
Laravel project so create a new director.
composer create-project laravel/laravel --prefer-dist
Step4: command to get inside a Laravel project
folder.
cd Laravel
Step5: This command will install a Laravel in the
directory, this will start to install.
php artisan serve
Step6: copy the link and open in the browser
Step7: final steps on command prompt to make mode.
php artisan make:model product
I Hope You Like my post on how to install land-run Laravel. If it is Helpful Please don't forget to share my post with your friends.
0 Comments