LARAVEL SETUP

1st Step :
Download Composer From : https://getcomposer.org/

2ns Step :
Install Composer and locate this given below path at the installation time
->xampp/php/php.exe

3rd Step :
Git Bash in the htdocs directory

4th Step : composer create-project laravel/laravel project_folder

5th Step : After completing download laravel files
cd project_folder

6th Step : Now Run the project with this given bellow command
php artisan serve

Comments

Popular posts from this blog

Git post receive setup at server for git push to the production from local machine