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
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.
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.
0 comments:
Post a Comment