nakamichikun / ci-twig-hmvc
Twig and HMVC Integration for Code Igniter 3.x
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
v2.0.3
2020-02-08 13:15 UTC
Requires
- php: >=7.0
- twig/twig: 2.6.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Twig and HMVC Integration for Code Igniter 3.1.10
Server Requirements
PHP version 7 or newer. Twig 2.6.2 or later.
Folder Structure
root/
└── application/
└── module/
└── welcome/
└── controllers
└── Welcome.php
└── models
└── Model.php
└── views
└── welcome.twig
Installation
With Composer
$ cd /to/path/root/codeigniter
$ composer require adxio/twig-hmvc
For installation following this command
$ php vendor/adxio/twig-hmvc/install.php
And then you must change owner of folder cache
$ sudo chown www-data:www-data application/cache
- You must run at CodeIgniter root folder