We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26279df commit b49f520Copy full SHA for b49f520
1 file changed
readme.md
@@ -1,3 +1,16 @@
1
# Laravel Quickstart - Basic
2
3
-http://laravel.com/docs/quickstart
+ # Installation :
4
+ ``git clone https://github.com/laravel/quickstart-basic quickstart``
5
+
6
+ ``cd quickstart``
7
8
+ ``composer install``
9
10
+ ``php artisan key:generate``
11
12
+ ``php artisan migrate``
13
14
+ ``php artisan serve``
15
16
+ [Complete tutorial](http://laravel.com/docs/quickstart)
0 commit comments