文件名称:yii2-tactician:Tactician命令总线库的Yii2组件
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-29 10:28:27
PHP
Yii2战术师 用于Yii2的战术师命令总线库包装器 安装 安装此扩展的首选方法是通过 。 无论运行 php composer.phar require --prefer-dist cherif/yii2-tactician "*" 或添加 "cherif/yii2-tactician": "*" 到composer.json文件的require部分。 用法 在配置文件中,组件必须处于应用程序引导程序配置中: . . . 'components' =>[ . . . 'commandBus' => [ 'class' => 'cherif\tactician\Tactician' , 'inflector' => 'League\Tactician\Handler\MethodNameInflector\HandleClassNameInflector' ,
【文件预览】:
yii2-tactician-master
----phpunit.xml.dist(692B)
----LICENSE(1KB)
----composer.lock(16KB)
----README.md(1KB)
----ContainerLocator.php(1KB)
----tests()
--------TestCase.php(1KB)
--------fixtures()
--------TacticianTest.php(1KB)
--------ContainerLocatorTest.php(2KB)
--------bootstrap.php(166B)
----.gitignore(261B)
----Tactician.php(1KB)
----composer.json(560B)