Download the PHP package a5sys/easyadminpopup-bundle without Composer
On this page you can find all versions of the php package a5sys/easyadminpopup-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package easyadminpopup-bundle
EasyAdminPopupBundle
This bundle is a layer that gives the "popup" look and feel for the EasyAdminBundle
Dependency
This bundle requires:
- Jquery
- bootstrap-datetimepicker
- select2
- humane
Installation
composer require a5sys/easyadminpopup-bundle
In AppKernel.php
new A5sys\EasyAdminPopupBundle\EasyAdminPopupBundle(),
Configuration
You have to set the cofiguration:
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.
The layout must include:
- Jquery
- bootstrap-datetimepicker
- select2
- humane
And include the JS using assetic:
- '@EasyAdminPopupBundle/Resources/assets/js/form-modal.js'
- '@EasyAdminPopupBundle/Resources/assets/js/humane-error.js'
Use
Create a controller that extends "A5sys\EasyAdminPopupBundle\Controller\AdminController"
Include this controller in your routing using annotation
All versions of easyadminpopup-bundle with dependencies
PHP Build Version
Package Version
The package a5sys/easyadminpopup-bundle contains the following files
Loading the files please wait ....