Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 343 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 343 Bytes

Installation

Manually add the service provider in your config/app.php file:

'providers' => [
    // ...
    Rish0593\HelpDesk\HelpDeskServiceProvider::class,
]

Run the migration:

php artisan migrate

License

This is open-sourced software licensed under the MIT license.