n445 / bs4crud
bs4crud
1.1
2021-04-05 14:14 UTC
Requires
- sensio/framework-extra-bundle: ^6.1
- symfony/flex: ^1.3.1
- symfony/form: 5.2.*
- symfony/maker-bundle: ^1.29
- symfony/orm-pack: ^1.0
- symfony/security-csrf: 5.2.*
- symfony/twig-bundle: 5.2.*
- symfony/validator: 5.2.*
This package is auto-updated.
Last update: 2024-09-05 21:43:47 UTC
README
第1步:下载Bundle
编辑你的根目录下的 package.json
文件
{ "repositories": [ { "name": "oz/bs4crud", "type": "vcs", "url": "git@gitdev.nvl.fr:ozanges/dev-interne/ozbundles/oz-bs4crud.git" } ], "require": { // ... "oz/bs4crud": "dev-master", // ... } }
第2步:启用Bundle
然后,通过将其添加到项目 config/bundles.php
文件中注册的Bundle列表中来启用Bundle
Oz\News\OzNewsBundle::class => ['all' => true],
Bootstrap 4的Symfony 4制作工具
运行 php bin/console make:bs4crud