Commencer
Obtenir voilaInitialisation
Configurer la BD
Création du CRUD
Prendre exempleMessage flash
créer un flashflash personnalisé
Brindille
utiliser twigtransfert de données
CSRF
protection csrfHTTPS
forcer le httpsTraduction
traductionConfig voila pour forcer https
Dans la configuration
La façon la plus simple de forcer l'accès au protocole https est de fixer la variable FORCE_HTTPS à true dans le fichier /config/config.php.
define('FORCE_HTTPS', true);
Action du côté de la vue
Il existe une fonction twig (spécifique à Voila) qui permet de créer des liens complets.
‹a href="{{ domain('/item') }}"›Item‹/a›
To complete this documentation there is always the example of the "item CRUD" provided by default in the mini-framework