.env
files.env.example
to .env
ROUTER_HOTSPOT_SERVER=all
ROUTER_HOTSPOT_DNS=http://<your DNS hotspot>
DB_CONNECTION=sqlite
DB_DATABASE=<your path>/sqlite.db
sqlite.db.std
to sqlite.db
php artisan key:generate
to create new APP_KEY
php artisan migrate
to generate tablenpm run serve-dev
to run local development serverIf 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.