System Operations : Windows or Unix Base
PHP >= 7.4
Xampp >= 3.3.0
Composer = 2.5.5
Laravel = 8.x
Node JS = 8.15.0
Git = 2.33.1
Clone the project
Run in the directory is up to you
git clone https://github.com/ldksyahid/ldksyahid-app.git
Create Database
.env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ldksyahid_db
DB_USERNAME=root
DB_PASSWORD=
Composer
Run Composer Install in directory ldksyahid-app/
composer install
Migration
Run migrations in directory ldksyahid-app/
php artisan migrate
Seeder
Run Seeder in directory ldksyahid-app/
php artisan db:seed --class=CreateUsersSeeder
php artisan db:seed --class=PermissionSeeder
php artisan laravolt:indonesia:seed
Seeder for Celengansyahid Donation Dataset (Optional)
php artisan db:seed --class=DonationSeeder
Node Modules
Install node_modules in directory ldksyahid-app/
npm install
Generate Key
Run in directory ldksyahid-app/
php artisan key:generate
Run the project
Run in directory ldksyahid-app/
php artisan serve
1. Run the project
2. Login
3. Finally, have fun ^_^
Version | Date | Update |
---|---|---|
1.2.5 |
2024-11-07 |
|
1.2.0 |
2023-12-26 |
|
1.1.0 |
2023-10-25 |
|
1.0.3 |
2023-09-28 |
|
1.0.2 |
2023-07-22 |
|
1.0.1 |
2023-05-28 |
|
1.0.0 |
2022-12-22 |
|