-
Notifications
You must be signed in to change notification settings - Fork 0
gatispriede/laravel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A basic CodeIgniter library for using the Twig template language Usage: First, Create twig directory under system/cache; and give it write permission $ mkdir system/cache/twig $ chmod o+w system/cache/twig Then, Put in your controller, $this->load->library('twig'); $data['title'] = "Testing Twig!!"; $this->twig->display('view.html', $data);
About
larvael framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published