SmirikPropelAdminBundle is a missing admin generator for Symfony2. It allows to create config-based flexible administrative tool for any propel data. It works "out of the box". You only need to install it & run the console command.
Features:
- Console "out of the box" creating admin tool.
- Overriding any templates and/or actions via config or inheritance.
- Admin tools for any bundle even external like FOSUserBundle.
- [2013-05-30]: Update documentation for file-based fields & related stuff.
- [2013-05-30]: Add support for file-upload fields.
Check Resources/doc/index.md for the documentation.
All instructions are in documentation.
To see the functionality in action you can clone sandbox: SmirikPropelAdminDemoBundle. It is already configured project with 2 models (Category and Page) & generated PropelAdmin classes & configs.
MIT. Complete License is available in Resources/meta/LICENSE
Any contribution and/or feature request are welcome.