Download the PHP package sbyaute/twigbootstrap-maker without Composer
On this page you can find all versions of the php package sbyaute/twigbootstrap-maker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sbyaute/twigbootstrap-maker
More information about sbyaute/twigbootstrap-maker
Files in sbyaute/twigbootstrap-maker
Package twigbootstrap-maker
Short Description TwigBootstrap Maker helps you create controllers and templates boostraped for twigbootstrap theme bundle
License MIT
Informations about the package twigbootstrap-maker
TwigBootstrapMaker bundle for Symfony 4 & 5
This repository contains TwigBootstrapMaker bundle which helps you create controller skeletons and templates based on AdminLTE bundle, TwigBootstrap bundle and DataTables bundle.
Minimum requirements
- Symfony 4.4
- PHP 7.1
- Twig 2.0
- AdminLTE bundle
- TwigBootstrap bundle
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 twigbootstrap-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
kevinpapst/adminlte-bundle Version >=3.2
cnam/twigbootstrap-bundle Version >=4.0