parent
26279df519
commit
b49f5202a5
@ -1,3 +1,16 @@
|
|||||||
# Laravel Quickstart - Basic
|
# Laravel Quickstart - Basic
|
||||||
|
|
||||||
http://laravel.com/docs/quickstart
|
# Installation :
|
||||||
|
``git clone https://github.com/laravel/quickstart-basic quickstart``
|
||||||
|
|
||||||
|
``cd quickstart``
|
||||||
|
|
||||||
|
``composer install``
|
||||||
|
|
||||||
|
``php artisan key:generate``
|
||||||
|
|
||||||
|
``php artisan migrate``
|
||||||
|
|
||||||
|
``php artisan serve``
|
||||||
|
|
||||||
|
[Complete tutorial](http://laravel.com/docs/quickstart)
|
||||||
|
|||||||
Loading…
Reference in new issue