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