Download the PHP package sbyaute/frontbundle-maker without Composer
On this page you can find all versions of the php package sbyaute/frontbundle-maker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sbyaute/frontbundle-maker
More information about sbyaute/frontbundle-maker
Files in sbyaute/frontbundle-maker
Package frontbundle-maker
Short Description Ce bundle offre une interface permettant de créer des interfaces CRUD basées sur front-bundle.
License MIT
Informations about the package frontbundle-maker
FrontBundleMaker bundle for Symfony 5
This repository contains FrontBundleMaker bundle which helps you create controller skeletons and templates based on FrontBundle bundle.
Minimum requirements
Installation with Composer
Installation using composer :
Then, enable the bundle by adding it to the list of registered bundles in the config/bundles.php
file of your project:
Usage
This bundle provides several commands under the make: namespace. List them all executing this command:
Configuration
This bundle doesn't require any configuration. But, you can configure the base layout and several parameters :
Translation
The translation messages are located in messages and entity class domain. So yo can update it by using :
License and contributors
Published under the MIT, read the LICENSE file for more information.
All versions of frontbundle-maker with dependencies
symfony/twig-bundle Version >=4.4
symfony/console Version >=4.4
symfony/form Version >=4.4
symfony/security-bundle Version >=4.4
symfony/translation Version >=4.4
symfony/validator Version >=4.4
symfony/maker-bundle Version >=1.0
sensio/framework-extra-bundle Version >=4
doctrine/annotations Version >=1.0
cnam/front-bundle Version >=5.1.0