parent
a2c3d64bde
commit
fc0f7ace95
@ -1,14 +1,15 @@
|
||||
# Laravel Quickstart - Basic
|
||||
|
||||
# Installation :
|
||||
``git clone https://github.com/laravel/quickstart-basic quickstart``
|
||||
## Quck Installation
|
||||
|
||||
``cd quickstart``
|
||||
git clone https://github.com/laravel/quickstart-basic quickstart
|
||||
|
||||
``composer install``
|
||||
cd quickstart
|
||||
|
||||
``php artisan migrate``
|
||||
composer install
|
||||
|
||||
``php artisan serve``
|
||||
php artisan migrate`
|
||||
|
||||
[Complete tutorial](http://laravel.com/docs/quickstart)
|
||||
php artisan serve
|
||||
|
||||
[Complete Tutorial](http://laravel.com/docs/quickstart)
|
||||
|
||||
Loading…
Reference in new issue