reallyli / laravel-unicomponent
uni awesome 的 Laravel 组件包
1.1.2
2019-11-08 04:07 UTC
Requires
- php: ^7.0
- illuminate/support: ^5.5|^6.0
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-09-08 16:05:41 UTC
README
安装
$ composer require reallyli/laravel-unicomponent -vvv
用法
$ app('unicomponent')->{componetName}()
预设日志格式化器
$ app('unicomponent')->logFormatter()
Pusher 实例
$ app('unicomponent')->pusher
Pusher 触发器
$ app('unicomponent')->pusher->trigger($channels, string $eventName, array $data, array $params = [])
贡献
您可以通过以下三种方式之一进行贡献:
代码贡献过程并不非常正式。您只需要确保遵循 PSR-0、PSR-1 和 PSR-2 编码规范。任何新的代码贡献都必须附带适用的单元测试。
许可协议
MIT