reallyli/laravel-unicomponent

uni awesome 的 Laravel 组件包

1.1.2 2019-11-08 04:07 UTC

This package is auto-updated.

Last update: 2024-09-08 16:05:41 UTC


README

StyleCI TravisCi ScrutinizerCi

安装

$ 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 = [])

贡献

您可以通过以下三种方式之一进行贡献:

  1. 使用 问题跟踪器 提交错误报告。
  2. 问题跟踪器 上回答问题或修复错误。
  3. 贡献新功能或更新 wiki。

代码贡献过程并不非常正式。您只需要确保遵循 PSR-0、PSR-1 和 PSR-2 编码规范。任何新的代码贡献都必须附带适用的单元测试。

许可协议

MIT