gkr/support
Gkr Support
安装
通过Composer安装,运行以下命令:
composer require gkr/support
注册服务提供者
Next add the following service provider in config/app.php.
'providers' => [
Gkr\Support\SupportServiceProvider::class,
],
文档
网站: http://gkr.io
License
The MIT License (MIT). Please see License File for more information.
Related Packages
brazidev/ticketit
A simple helpdesk tickets system for Laravel 5.1, 5.2, 5.3 and 5.4 which integra...
46
0