cedriclombardot / admingenerator-generator-bundle
Admingenerator for Symfony2 based on YAML configuration and Twig templating
Installs: 85 557
Dependents: 10
Suggesters: 6
Security: 0
Stars: 360
Watchers: 34
Forks: 125
Open Issues: 39
Type:symfony-bundle
Requires
- afarkas/html5shiv: >= 3.7.0
- cedriclombardot/twig-generator: 1.0.*
- components/bootstrap: ~3.0
- components/font-awesome: ~4.0
- components/jquery: >= 1.9.0, < 2.0.0
- components/jqueryui: >= 1.9.0
- knplabs/knp-menu-bundle: >1.0,<2.1
- robloach/component-installer: >= 0.0.11
- sensio/generator-bundle: >= 2.3.3
- symfony/symfony: >= 2.2.0
- twig/extensions: 1.0.*
- twig/twig: >= 1.9.0
- white-october/pagerfanta-bundle: 1.0.*@dev
Requires (Dev)
- doctrine/common: >=2.2.3,<2.5-dev
- doctrine/dbal: >=2.2.3,<2.5-dev
- doctrine/orm: >=2.2.3,<2.5-dev
Suggests
- avocode/form-extensions-bundle: Symfony2 form extensions for Admingenerator
- cedriclombardot/admingenerator-user-bundle: FOSUserBundle integration for Admingenerator
- jms/security-extra-bundle: Allows expressions in credential checks for generated actions
- liuggio/excelbundle: (version >= 2.0) Allows the usage of the Excel export.
README
![Gitter](https://badges.gitter.im/Join Chat.svg)
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.
Support
If you're haveing trouble or you found an error feel free to open a github ticket, but first please read submitting issues.