We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89f594 commit db22056Copy full SHA for db22056
README.md
@@ -4,6 +4,8 @@
4
5
This package provides simple Twig integration for [CodeIgniter](https://github.com/bcit-ci/CodeIgniter) 3.x.
6
7
+If you use CodeIgniter4, check [4.x](https://github.com/kenjis/codeigniter-ss-twig/tree/4.x) branch (under development).
8
+
9
## Folder Structure
10
11
```
@@ -53,13 +55,13 @@ Remove comment marks below and fix the path for `Autoloader.php`:
53
55
+++ b/libraries/Twig.php
54
56
@@ -9,10 +9,8 @@
57
*/
-
58
59
// If you don't use Composer, uncomment below
60
-/*
61
require_once APPPATH . 'third_party/Twig-1.xx.x/lib/Twig/Autoloader.php';
62
Twig_Autoloader::register();
63
-*/
64
65
class Twig
66
{
67
~~~
0 commit comments