From 7dce6050d022b73803fd7de6e5d6f6f8d04680cc Mon Sep 17 00:00:00 2001 From: Tarik Manoar Date: Fri, 27 Dec 2019 14:50:25 +0600 Subject: [PATCH] Update readme.md --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 21fe0b0..6f9e0f5 100644 --- a/readme.md +++ b/readme.md @@ -71,12 +71,15 @@ If you discover a security vulnerability within Laravel, please send an e-mail t ## Install Locally
    -
  1. Download Or Clone Project
  2. +
  3. Clone GitHub repo for this project locally git clone https://github.com/tarikmanoar/KajKi
  4. Extract project in local server
  5. +
  6. Install Composer Dependencies composer install
  7. +
  8. Install NPM Dependencies npm install
  9. Run command promote and rum copy .env.example .env
  10. Open .env change database name and username password
  11. Generate key php artisan key:generate
  12. Migrate tables php artisan migrate
  13. +
  14. [Optional]: Seed the database php artisan db:seed
  15. Run your server php artisan serve