- Symfony 6.4
- PHP > 8.2
- Twig 3.0
- Back Office with custom sidebar and navbar
- User manager
- User profile
- Form DatetimePicker
- Form select2
- Form autocomplete
Add in the composer.json for automation configuration via the Symfony Flex Composer plugin :
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/sabinus52/symfony-recipes/contents/index.json",
"flex://defaults"
]
}
},
Install the bundle
composer require sabinus52/backoffice-bundle
Install the assets
./bin/console importmap:require olix-backoffice
Enjoy !
- Documentation - How to install, use and enjoy this bundle