n445/bs4crud

bs4crud

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.1 2021-04-05 14:14 UTC

This package is auto-updated.

Last update: 2024-04-05 20:47:20 UTC


README

Step 1: Download the Bundle

Edit your package.json file in your root dir

{
  "repositories": [
    {
      "name": "oz/bs4crud",
      "type": "vcs",
      "url": "git@gitdev.nvl.fr:ozanges/dev-interne/ozbundles/oz-bs4crud.git"
    }
  ],
  "require": {
    // ...
    "oz/bs4crud": "dev-master",
    // ...
  }
}

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project:

    Oz\News\OzNewsBundle::class => ['all' => true],

Symfony 4 maker for Bootstrap 4

Run php bin/console make:bs4crud