- CRUD CMS (Article and Tag)
- Master (Users, Category, Category Type)
- Setting (Company Info, Roles, Permission, Menu, SubMenu)
- Other (Backup Database, Logs)
- Laravel Breeze (Blade & Alpine.js)
- Spatie Permission
- Laravel Spatie Permission Activity Logs
- Indonesian Region by Laravolt include: Province, City, District, Village
- Yajra Datatable
- SweetAlert
- Select2
- Bootstrap Datepicker
- Fontawesome 6
Backend: AdminLTE 3
- Make sure you are connected to internet and PHP 8.1 installed.
- Open your terminal / cmd / powershell to this project and run these commands:
- composer install / composer update
- npm install
- npm run dev
- cp .env.example .env
- php artisan key:generate
- php artisan migrate
- php artisan db:seed
- php artisan storage:link
- Setup SMTP Mail Credential (optional)
- MAIL_MAILER=
- MAIL_HOST=
- MAIL_PORT=
- MAIL_USERNAME=
- MAIL_PASSWORD=
- MAIL_ENCRYPTION=
- MAIL_FROM_ADDRESS=""
- SuperAdmin: email and password; [email protected]
- Admin: email and password; [email protected]