KeyMgr (Key Manager) is a Linux based tool for facilities departments to track and manage keys to buildings for their organization. KeyMgr includes tools for different levels of staff, and for all key holders.
This project utilizes VSCode's Dev Containers. Development can be done locally inside the container, or on GitHub Codespaces.
Important: When first creating the Dev Containers let the container run for a few minutes to finish the postCreate command.
cd KeyMgr
cp .env.example .env
php artisan key:generate
composer install
npm install
php artisan migrate:fresh --seed
npm run dev
- Start programming!
Local Port: 8080
Local Port: 5432
Local Port: 8081
Username: [email protected]
Password: keymgr
XDebug Port: 9003
Debug Config: (NGINX) Listen for XDebug
XDebug Port: 9000
Debug Config: (ARTISAN) Listen for XDebug