Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit b49f520

Browse files
committed
add more info to readme
1 parent 26279df commit b49f520

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
# Laravel Quickstart - Basic
22

3-
http://laravel.com/docs/quickstart
3+
# 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

Comments
 (0)