Config voila to force https

In config

The simplest way to force https is to set the FORCE_HTTPS variable to true in /config/config.php

define('FORCE_HTTPS', true);

Action on the view side

An additional (and optional) way to do this, there is a twig function (specific to Voila) to create the complete links.

‹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