alt-three / bus
此包已被弃用,不再维护。没有推荐替代包。
Laravel 的改进命令总线
v4.5.0
2020-07-25 19:26 UTC
Requires
- php: ^7.1.3 || ^8.0
- illuminate/bus: ^5.5 || ^6.0 || ^7.0 || ^8.0
- illuminate/container: ^5.5 || ^6.0 || ^7.0 || ^8.0
- illuminate/contracts: ^5.5 || ^6.0 || ^7.0 || ^8.0
- illuminate/pipeline: ^5.5 || ^6.0 || ^7.0 || ^8.0
- illuminate/support: ^5.5 || ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- graham-campbell/analyzer: ^2.4 || ^3.0
- graham-campbell/testbench: ^5.5
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^6.5 || ^7.5 || ^8.4 || ^9.0
README
安装
Alt Three Bus 是 Laravel 的改进命令总线。此版本需要 PHP 7.1-8.0,并支持 Laravel 5.5-8。请使用 Composer 安装此包。
$ composer require alt-three/bus:^4.5
此包 不会 被 Laravel 的自动包发现机制选中。安装后,您需要在您的 config/app.php
文件中 删除 Illuminate\Bus\BusServiceProvider
并将其替换为 AltThree\Bus\BusServiceProvider
服务提供者。
安全性
我们的完整安全策略可在以下链接中阅读:这里。
许可协议
Alt Three Bus 在 MIT 许可协议 (MIT) 下授权。