How to Install Laravel and Create Project

How to Install Laravel

  • Download the Laravel installer using Composer :
composer global require laravel/installer
  • Then use laravel new command will create a fresh Laravel installation in the directory you specify
laravel new projectname
  • Install Laravel by issuing the Composer create-project command
composer create-project --prefer-dist laravel/laravel projectname
Amardeep Dubey
Latest posts by Amardeep Dubey (see all)
Tagged : /
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x