Manually add the service provider in your config/app.php file:
'providers' => [
// ...
Rish0593\HelpDesk\HelpDeskServiceProvider::class,
]
Run the migration:
php artisan migrate
This is open-sourced software licensed under the MIT license.
Manually add the service provider in your config/app.php file:
'providers' => [
// ...
Rish0593\HelpDesk\HelpDeskServiceProvider::class,
]
Run the migration:
php artisan migrate
This is open-sourced software licensed under the MIT license.