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