gupalo/changelog-bundle
Composer 安装命令:
composer require gupalo/changelog-bundle
包简介
Change Log Bundle
README 文档
README
Install
composer require gupalo/changelog-bundle
Add to config/bundles.php
Gupalo\ChangeLogBundle\ChangeLogBundle::class => ['all' => true]
Add to config/packages/doctrine.yaml
mappings: ChangeLogBundle: type: attribute
Add to config/routes/annotations.yaml
changeLog: resource: '@ChangeLogBundle/Resources/config/routes.yaml'
Execute
php bin/console doctrine:migrations:diff php bin/console doctrine:migrations:migrate php bin/console assets:install
For save change log for entity, entity must be implements AwareChangeLogInterface
base route /change-log
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2022-05-30