Demo support ticketing project based on Laravel 8.
Project is partly generated with QuickAdminPanel
- PHP version: 8.2
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run docker composer up for database if needed
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate --seed (it has some seeded data for your testing)
- That's it: launch the main URL
- If you want to login, click
Loginon top-right and use credentials admin@admin.com - password - Agent's credentials are agent1@agent1.com - password





