runroom/render-event-bundle

此包已被废弃,不再维护。作者建议使用runroom-packages/render-event-bundle包。

在渲染模板之前添加渲染事件

安装: 726

依赖: 0

建议者: 0

安全: 0

星星: 1

观察者: 5

分支: 1

开放问题: 0

类型:symfony-bundle

1.1.0 2020-03-05 09:26 UTC

This package is auto-updated.

Last update: 2020-03-16 16:42:39 UTC


README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

ci qa

安装

打开命令行,进入您的项目目录,然后执行以下命令以下载此包的最新稳定版本

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许可证