Sonata Extra Bundle completes Sonata Admin and Sonata Page with ready-to-integrate features: multilingual content, media, workflows, logging, editorial tools, and migration commands.
- Features
- Installation
- User Guide
- Start
- Advanced features
- Configuration
- Troubleshooting
- FAQ
- Contact and support
Setup Guides
Layout Configuration: consult the guide
Customize 404 and 500 pages: consult the guide
Technical support
partITech Designs, maintains, and modernizes Symfony and Sonata applications. We can support the integration of the bundle, its upgrade, and its adaptation to the constraints of an existing project.
Authors
- Geraud Bourdin - contact@partitech.com | geraud@bourdin.name
- Thomas Bourdin - contact@partitech.com | contact@partitech.com
Contributions
Contributions are welcome in the form of a pull request or a documented issue.
License
This project is distributed under the MIT license.
Adapt the example to the installed version
The Symfony and Sonata examples remain tied to the versions indicated in the article. Symfony 4.x and Symfony 6.2 are no longer maintained: for a current project, use a maintained branch and the documentation that exactly matches your dependencies.
php bin/console about
composer show symfony/framework-bundle sonata-project/admin-bundle
Before resuming the code, check the signatures, services, routes, and templates concerned. Then add a functional test covering permissions, HTTP code, and the visible result.
Reference: maintained Symfony versions.