Config voila para forzar https

En configuración

La forma más sencilla de forzar https es establecer la variable FORCE_HTTPS a true en /config/config.php

define('FORCE_HTTPS', true);

Acción en el lado de la vista

Una forma adicional (y opcional) de hacerlo, existe una función twig (específica de Voila) para crear los enlaces completos.

‹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