Download the PHP package nitra/admingenerator-generator-bundle without Composer
On this page you can find all versions of the php package nitra/admingenerator-generator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nitra/admingenerator-generator-bundle
More information about nitra/admingenerator-generator-bundle
Files in nitra/admingenerator-generator-bundle
Package admingenerator-generator-bundle
Short Description Admingenerator for Symfony2 based on YAML configuration and Twig templating
License MIT
Homepage https://github.com/nitra/AdmingeneratorGeneratorBundle/
Informations about the package admingenerator-generator-bundle
Symfony2 Admin Generator
The Real Missing Admin Generator for Symfony2!
This package is a Symfony2 Admin Generator based on YAML configuration and Twig templating. It's inspired by fzaninotto/Doctrine2ActiveRecord.
Follow us on Twitter!
Don't miss any updates from Symfony2 Admin Generator! Join Twitter today and follow us!
Features:
- Generate Views and Controllers for Models with one command
- Configure all options in one (per model) YAML file
- Includes standard actions: create/edit, show, delete, list/nestedset tree list
- Flexible and extendable: you can easily add or overwrite almost everything!
- Supports most popular model managers: Doctrine ORM, Doctrine ODM and Propel
- Introduces nested forms: create/edit object and all it's associated objects in one form!
- Manage relations one to one, one to many, many to one and many to many
- Fully translatable: all field elements (labels, placeholders, helpers), all widgets, actions, error messages and titles
- List features: sortable, paginated, filters, batch actions, scopes
- Nestedset tree list features: drag&drop to manage your tree
- New/Edit featues: fieldsets, tabbable, cool widgets for collection, file upload, date and entity fields
- Translated into DE, EN (default), ES, FA, FR, GR, IT, JA, NL, PL, PT, RO, RU, SL, TR, UK (you can easily contribute to add your own)
- Credentials for actions, columns and form fields
- Complete admin design based on twitter bootstrap (see next section)
- ... and more!
This bundle in pictures
Important note
Documentation is currently being rewritten. Old documentation can be found in:
- Resources/old-doc directory
- symfony2admingenerator.org website
- some new features configuration can be found in github issues/PR comments
Sorry for inconvenience, we will fix that as soon as possible!
Installation
All the installation instructions are located in documentation.
Documentation
The documentation for this bundle is located in Resources/doc
directory. Start by reading Table of contents.
Translations
If you wish to use default texts provided in this bundle, you have to make sure you have translator enabled in your config.
For more information about translations, check Symfony documentation.
Installation
Installation is a 3 step process:
- Download NitraThemeBundle using composer
- Enable the Bundle
- Configure the NitraThemeBundle
Step 1: Download NitraThemeBundle using composer
Add NitraThemeBundle in your composer.json:
Now tell composer to download the bundle by running the command:
Composer will install the bundle to your project's vendor/nitra
directory.
Step 2: Enable the bundle
Enable the bundle in the kernel:
Step 3: Configure
Add the following configuration to your config.yml
file according to which type
of datastore you are using.
All versions of admingenerator-generator-bundle with dependencies
sensio/generator-bundle Version >= 2.3.3
cedriclombardot/twig-generator Version 1.0.*
knplabs/knp-menu-bundle Version >1.0,<2.1
white-october/pagerfanta-bundle Version 1.0.*@dev
twig/twig Version >= 1.9.0
twig/extensions Version 1.0.*
robloach/component-installer Version >= 0.0.11
components/jquery Version >= 1.9.0, < 3.0.0
components/jqueryui Version ~1.10
zerkalica/millwright-menu-bundle Version dev-master
leafo/lessphp Version 0.4.*