Skip to content

rish-0593/laravel-help-desk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Laravel Help Desk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages