dev-master
9999999-dev
MIT
The Requires
dev-upgrade-easyadmin
dev-upgrade-easyadmin
MIT
The Requires
This bundle is a layer that gives the "popup" look and feel for the EasyAdminBundle, (*1)
This bundle requires:, (*2)
composer require a5sys/easyadminpopup-bundle
In AppKernel.php, (*3)
new A5sys\EasyAdminPopupBundle\EasyAdminPopupBundle(),
You have to set the cofiguration:, (*4)
easy_admin_popup: layout: "::admin_layout.html.twig" #mandatory customized_flash: false #optionnal, if you want to translate each entity crud flash. The translate key would be flash.User.persist (or update/remove) for a User entity
The layout must have a body block., (*5)
The layout must include:, (*6)
And include the JS using assetic:, (*7)
Create a controller that extends "A5sys\EasyAdminPopupBundle\Controller\AdminController", (*8)
Include this controller in your routing using annotation, (*9)
MIT
MIT