database migrations for help desk tickets, and queues

models for help desk tickets and queues
model for EveMail
modified app config for queues
added new routes for jump bridges
composer updated for autoloader
modified JumpBridgeController
added new controllers for HelpDesk and HelpDeskAdmin
This commit is contained in:
2018-12-23 22:08:30 -06:00
parent 7b587acadc
commit 84e4fc2a4b
27 changed files with 636 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ return [
|
*/
'default' => env('QUEUE_CONNECTION', 'sync'),
'default' => env('QUEUE_CONNECTION', 'database'),
/*
|--------------------------------------------------------------------------