feat: create readme.md added how to run app
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
Vincent Chandra Trie Novan 2025-04-27 20:52:24 +07:00
parent e8e7a1fce5
commit 3111c72091
2 changed files with 21 additions and 6 deletions

View File

@ -20,12 +20,12 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sim_rsabhk_db
DB_USERNAME=root
DB_PASSWORD=password
SESSION_DRIVER=database
SESSION_LIFETIME=120

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 11_Vincent Chandra Trie Novan
#### Laravel 12 Starter Kit + React (Inertia)
#### Database MySQL
#### Panduan Konfigurasi
1. Clone project dari repository git ( https://git.rsabhk.co.id/vchandra22/instalasi-sim-rs )
2. Jalankan XAMPP/LAMPP
3. Import database mySQL dari file `sim_rsabhk_db.sql` atau direktori (./sim_rsabhk_db.sql)
4. Buka folder yang telah diclone dari repository git menggunakan Text Editor
5. Buka command (*pastikan direktori folder sesuai) dan jalankan perintah `composer install && npm install`
6. cp .env.example -> .env lalu edit dan sesuaikan bagian database di file .env
7. Jalankan perintah "php artisan key:generate, lalu `composesr run dev`
8. Aplikasi berhasil dibuka di server lokal