Update readme.md

master
Taylor Otwell 10 years ago committed by GitHub
parent a2c3d64bde
commit fc0f7ace95

@ -1,14 +1,15 @@
# Laravel Quickstart - Basic
# Installation :
``git clone https://github.com/laravel/quickstart-basic quickstart``
``cd quickstart``
``composer install``
## Quck Installation
git clone https://github.com/laravel/quickstart-basic quickstart
``php artisan migrate``
cd quickstart
``php artisan serve``
composer install
php artisan migrate`
php artisan serve
[Complete tutorial](http://laravel.com/docs/quickstart)
[Complete Tutorial](http://laravel.com/docs/quickstart)

Loading…
Cancel
Save