Install Laravel Project with composer commend

Usually, after we downloads laravel-master extract it and put it to our server(web/local) then install it. But we can install it without downloading laravel master. Only required a small command and then composer automatically download and install your project from laravel web server.

Open your local server root in command mode. Then write
composer create-project laravel/laravel [your porject name] 
ie.
 composer create-project laravel/laravel myblog


it will take some time to complete install process.

after completing install process go to your browser and run your porject/public and it will view as bellow.



If you have any question on this tutorial please write on comment.

Share on Google Plus

About Mahabubur Rahman

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment