双元素 / crud-bundle
为 Jelllinek CMS 实现 CRUD
v1.3.3
2022-07-29 11:50 UTC
Requires
- php: ^7.1 || ^8.0
- symfony/framework-bundle: ^4.4 || ^5.4
- symfony/maker-bundle: ^1.7
- twin-elements/admin-bundle: ^1.11
- twin-elements/sortable-bundle: ^1.0
Conflicts
- twin-elements/admin-bundle: <1.11.3
README
安装
composer require twin-elements/crud-bundle
在 bundles.php 中添加
TwinElements\CrudBundle\TwinElementsCrudBundle::class => ['dev' => true],
如何使用
php bin/console make:make_new_crud EntityName