runroom / render-event-bundle
1.1.0
2020-03-05 09:26 UTC
Requires
- php: ^7.3
- symfony/config: ^4.4 || ^5.0
- symfony/dependency-injection: ^4.4 || ^5.0
- symfony/event-dispatcher: ^4.4 || ^5.0
- symfony/event-dispatcher-contracts: ^1.1 || ^2.0
- symfony/http-foundation: ^4.4 || ^5.0
- symfony/http-kernel: ^4.4 || ^5.0
- symfony/translation: ^4.4 || ^5.0
- symfony/validator: ^4.4 || ^5.0
- symfony/yaml: ^4.4 || ^5.0
- twig/twig: ^2.12 || ^3.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.2
- friendsofphp/php-cs-fixer: ^2.16
- jangregor/phpstan-prophecy: ^0.6
- matthiasnoback/symfony-dependency-injection-test: ^4.1
- phpstan/phpstan: ^0.12
- phpstan/phpstan-phpunit: ^0.12
- phpstan/phpstan-symfony: ^0.12
- phpunit/phpunit: ^8.5
- symfony/phpunit-bridge: ^5.0
This package is auto-updated.
Last update: 2020-03-16 16:42:39 UTC
README
安装
打开命令行,进入您的项目目录,然后执行以下命令以下载此包的最新稳定版本
composer require runroom/render-event-bundle
启用包
然后,通过将其添加到项目config/bundles.php
文件中注册的包列表中来启用该包
// config/bundles.php return [ // ... Runroom\RenderEventBundle\RenderEventBundle::class => ['all' => true], ];
更新Doctrine模式
最后,执行doctrine模式更新以创建新表
console doctrine:schema:update --force
许可证
此包采用MIT许可证。