From b49f5202a510d84d5d0854bc05c6392cbcc82e27 Mon Sep 17 00:00:00 2001 From: eddymens Date: Wed, 10 Aug 2016 10:09:29 +0000 Subject: [PATCH] add more info to readme --- readme.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ca7a1ec..854d9d0 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,16 @@ # 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)