Skip to content

MikApps is Application Mikrotik Management with API

License

Notifications You must be signed in to change notification settings

addrmwn/MikApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MikApps

MikApps is a application management with API and cronjob

Screenshot 2023-05-17 203915

How to run report

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

Information

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

Feature

Fitur Tersedia
Hotspot Manager ✅ Finish
Report Finance ✅ Finish

Tech Stack

Minimum Requirements

  1. [PHP]
  • PHP version 8.0
  1. [MySQL]
  • MySQL via the MySQLi driver (version 5.1 and above only)

Setup

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

Installation

  1. composer install
  2. php spark migrate
  3. php spark db:seed UserSeeder
  4. Run the project with php spark serve
  5. Open http://localhost:8080 on the browser

Default Login

Username : admin

Password : admin

Important

Please don't expose your .env file in GitHub repositories or public. This will bring an unexpected consequences for your project.

About

MikApps is Application Mikrotik Management with API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published