voila konfigurieren, um https zu erzwingen

In der Konfiguration

Der einfachste Weg, https zu erzwingen, ist, die Variable FORCE_HTTPS in /config/config.php auf true zu setzen

define('FORCE_HTTPS', true);

Aktion auf der Ansichtsseite

Als zusätzliche (und optionale) Möglichkeit gibt es eine (Voila-spezifische) Twig-Funktion, um die vollständigen Links zu erstellen.

‹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