n445/bs4crud

bs4crud

安装次数: 4

依赖者: 0

推荐者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

1.1 2021-04-05 14:14 UTC

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