diff --git a/readme.md b/readme.md index 748e5fd..e2dd46f 100644 --- a/readme.md +++ b/readme.md @@ -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)