Laravel 5.0 now under developer
This is a one step method to install laravel 5.0 :
Just run this command to install laravel 5.0
or
The installation process will take several minutes
For first installation commend no more step but for second commend installation the following step needed.
And finally go your web browser localhost/laravel5/public and you will see the laravel arrived page as below
Now enjoy with laravel 5.0
For any question please write on comment.
This is a one step method to install laravel 5.0 :
Just run this command to install laravel 5.0
composer create-project laravel/laravel laravel5 dev-develop --prefer-dist
or
composer create-project laravel/laravel laravel5 dev-develop
For first installation commend no more step but for second commend installation the following step needed.
htdocs>cd laravel5
htdocs\laravel5>php artisan -V
and composer will create whole directory structure of laravel 5.0 .
And finally go your web browser localhost/laravel5/public and you will see the laravel arrived page as below
Now enjoy with laravel 5.0
For any question please write on comment.