- Simple web application for User Management Hotspot.
- Using framework Laravel 7
- Copy file
.env.example
to.env
- Update the following params
ROUTER_HOTSPOT_SERVER=all
ROUTER_HOTSPOT_DNS=http://<your DNS hotspot>
DB_CONNECTION=sqlite
DB_DATABASE=<your path>/sqlite.db
- Copy file
sqlite.db.std
tosqlite.db
- Run command
php artisan key:generate
to create newAPP_KEY
- Run command
php artisan migrate
to generate table - Run command
npm run serve-dev
to run local development server
If you discover a security vulnerability within MyTIK, please send an e-mail to Arief BP. All security vulnerabilities will be promptly addressed.
Thank you for considering contributing to the MyTIK project!
The MyTIK project is open-sourced software licensed under the MIT license.