MikApps is a application management with API and cronjob
untuk menjalankan report adalah membuat cronjob pada url dan menambahkan auto/cekvoucher
contoh : http://localhost:8080/auto/cekvoucher
Cek Voucher di atas untuk menjalankan voucher yang sedang di pakai lalu menghapus pada database voucher dan memasukan voucher tersebut ke dalam tabel report
Aplikasi ini tidak mengambil data
- user hotspot / voucher
jadi jika ingin menggunakan dan berjalan dengan normal mohon hapus user hotspot / voucher
lalu buatlah kembali lewat mikapps
Fitur | Tersedia |
---|---|
Hotspot Manager | ✅ Finish |
Report Finance | ✅ Finish |
- CodeIgniter 4 - The small framework with powerful features
- [PHP]
- PHP version 8.0
- [MySQL]
- MySQL via the MySQLi driver (version 5.1 and above only)
Create database 'mikapps' without quote, then
Copy .env.examples
to .env
and set the database settings.
Uncomment '#' and set database line settings below :
database.default.hostname = localhost
database.default.database = mikapps
database.default.username = root
database.default.password =
database.default.DBDriver = MySQLi
composer install
php spark migrate
php spark db:seed UserSeeder
- Run the project with
php spark serve
- Open
http://localhost:8080
on the browser
Username : admin
Password : admin
Please don't expose your .env
file in GitHub repositories or public. This will bring an unexpected consequences for your project.