From 80d7340ecf1ae89af37d09c42ffd21e4e489d3d7 Mon Sep 17 00:00:00 2001 From: Milan Arandjelovic Date: Sat, 31 Dec 2016 17:24:58 +0100 Subject: [PATCH] Edit readme file --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7c10ca4..1456a53 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,14 @@ `npm install` or `yarn` -###### 3. Run the server +###### 3. Running Migrations +`php artisan migrate` + +`php artisan db:seed` + +`php artisan passport:install` + +###### 4. Run the server `php artisan serve` ## License