Use twig with the GeniePress framework
<?php
use GeniePress\View\View;
use GeniePress\Genie;
Genie::createPlugin()
->bootstrap(function() {
View::setup();
})
->start();
By default, View looks for twig templates in src/twig
Version 1.0.0