A bundle that contains a fullscreen loader, (*1)
Dependency
This bundle requires:, (*2)
- jquery
- jquery loader plugin
Installation
composer require a5sys/overlay-bundle
In AppKernel.php, (*3)
new A5sys\OverlayBundle\OverlayBundle(),
Files to include in your template
At the beginning of your body:, (*4)
{% include '@Overlay/overlay-full.html.twig' %}
The css to include:, (*5)
'@OverlayBundle/Resources/public/css/overlay.css'
The js to include:, (*6)
'@OverlayBundle/Resources/public/js/jquery-loading-ajax-body-overlay.js'
Use
It will display the overlay when an ajax call is done by jQuery., (*7)