FSi Admin Bundle is complete solution that provides mechanisms to generate admin panel for any Symfony2 based application.
Important - admin bundle is not integrated with Symfony security component. By default route /admin is not protected and you need to secure it on your own. It's recommended to use FSiAdminSecurityBundle
Documentation:
- Installation
- Admin Elements
- Embedding Element
- Events
- Bundle Configuration
- Admin Panel Translation
- Behat - live documentation
- Column types: text, number, money, date, datetime, boolean, action
- Extension system that allows you to create own custom column types
- Sorting, ordering, filters, pagination, batch actions, custom actions
- Doctrine ORM\ODM support with possibility to create data sets from query builder
- In place edit at list
- Full integration with Symfony2 Form component
- Full integration with FSi ResourceRepositoryBundle
- Fully translatable
- Easy to overwrite in every single part
- Customizable through powerful event system
- Bootstrap 3 design (easy to change)
- ... and many many more ;)
###Demo
FSi AdminBundle unlike to other available at github tools used to generate admin panels is build on top of components designed to do only one thing at once. Thats why our AdminBundle is flexible and fully extendable.
List of components, tools and bundles used to create FSiAdminBundle
- Symfony2 form component
- FSi Open datagrid
- FSi Open datasource
- FSi Open resource repository
- FSi Open dataindexer
- KnpLabs menu
- PHPSpec
- Behat
- Behat - Page Object Extension
Because few tests require javascript its recommended to use vagrant virtual machine. To configure virtual machine you need only go to vagrant folder in bundle
$ cd vagrant
$ vagrant up
Then login into VM and go to bundle folder and run Behat/PHPSpec.
$ cd /var/www/admin-bundle/
$ bin/behat
$ bin/phpspec