/Laravel-Support-Ticketing

Laravel 6 Project for Support Tickets. Partly generated with QuickAdminPanel.

Primary LanguagePHP

Demo support ticketing project based on Laravel 8.

Project is partly generated with QuickAdminPanel


Laravel Support Tickets 01


Laravel Support Tickets 02


Laravel Support Tickets 03


Laravel Support Tickets 04


Laravel Support Tickets 05


Laravel Support Tickets 06


How to use


  • docker-compose > the DB user probably can't be root?

  • The redis container couldn't access ./docker/etc/redis/redis.conf-hoz >>>> sudo chmod -R 777 ./docker/etc/redis/

  • It's akward, but I had to hard-code the mysql container IP address.... :)

  • In the Nginx container I have to hand over /var/www to user: www-data

  • Clone the repository with git clone

  • Copy .env.example file to .env and edit database credentials there

  • 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 Login on top-right and use credentials admin@admin.com - password

  • Agent's credentials are agent1@agent1.com - password


License

Basically, feel free to use and re-use any way you want.


More from our LaravelDaily Team