Skip to content

CodeIgniter Twig and HMVC Integration for Code Igniter 3.1.10

License

Notifications You must be signed in to change notification settings

adxio/twig-hmvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twig and HMVC for Codeigniter

Latest Stable Version Total Downloads Latest Unstable Version License

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

Done and Happy coding

About

CodeIgniter Twig and HMVC Integration for Code Igniter 3.1.10

Resources

License

Stars

Watchers

Forks

Packages

No packages published