laravelcollective/bus
最新稳定版本:v5.3.0
Composer 安装命令:
composer require laravelcollective/bus
包简介
The Laravel Bus (5.1) package for use in Laravel 5.3.
README 文档
README
This package provides an implementation of the Illuminate\Contracts\Bus\Dispatcher interface that matches the Laravel 5.1.x implementation with separate commands and handlers.
Installation
- Remove
Illuminate\Bus\BusServiceProviderfrom yourapp.phpconfiguration file. - Add
Collective\Bus\BusServiceProviderto yourapp.phpconfiguration file.
If you are type-hinting Illuminate\Bus\Dispatcher, you should now type-hint Collective\Bus\Dispatcher.
If upgrading from 5.2, you should use Collective\Bus\Contracts\SelfHandling instead of Illuminate\Contracts\Bus\SelfHandling to indicate that a command does not use a separate handler class.
统计信息
- 总下载量: 291.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 31
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-06