Skip to content

GeniePress/view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About GeniePress View

Use twig with the GeniePress framework

Register with Genie

<?php

use GeniePress\View\View;
use GeniePress\Genie;

Genie::createPlugin()
     ->bootstrap(function() { 
        View::setup();
     })
     ->start();

View folder

By default, View looks for twig templates in src/twig

Version 1.0.0

About

A view component for GeniePress using twig

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages