Admin Bundle¶
SonataAdminBundle is split into 4 bundles:
- SonataAdminBundle: contains core libraries and services
- SonataDoctrineORMAdminBundle: integrates Doctrine ORM project with the core admin bundle
- SonataDoctrineMongoDBAdminBundle: integrates MongoDB with the core admin bundle (early stage)
- SonataDoctrinePhpcrAdminBundle: integrates PHPCR with the core admin bundle (early stage)
The demo website can be found in http://demo.sonata-project.org/admin/dashboard (admin as user and password).
Reference Guide¶
- 1. Installation
- 2. Getting started with SonataAdminBundle
- 3. Configuration
- 4. Architecture
- 5. Dashboard
- 6. Routing
- 7. Saving hooks
- 8. Form Types
- 9. Form Help Messages and Descriptions
- 10. Field Types
- 11. Inline Validation
- 12. Templates
- 13. Batch actions
- 14. Translation
- 15. Security
- 16. Advance
- 17. Console/Command-Line Commands
- 18. Preview Mode
- 19. Troubleshooting
Found a typo? Something is wrong in this documentation?
Just fork and edit it!