dev-master
9999999-devCodeIgniter 3 with HMVC
MIT
The Development Requires
by Jimi
codeigniter hmvc
v0.1.0
0.1.0.0CodeIgniter 3 with HMVC
MIT
The Development Requires
by Jimi
codeigniter hmvc
Wallogit.com
2017 © Pedro Peláez
CodeIgniter 3 with HMVC
This is a base package of CodeIgniter with HMVC applied that I use for new projects., (*1)
I put index.php into a /public folder as well to keep the other stuff out of the web server path., (*2)
Unit Testing for CI is a pita with PHPUnit so I added and updated an old 2.x unit testing thing
I have used for quite some time. The file application\modules\libraries\Ciut.php has all the details if you are interested., (*3)
I use Vagrant for development:, (*4)
composer create-project mtvee/ci3hmvc NAME cd NAME composer require laravel/homestead --dev \\vendor\\bin\\homestead make vagrant up
Homestead php 7.1 sql pdo shared lib is busted sometimes. Set the following to use php 5.6 in the Homestead.yaml file., (*5)
sites:
...
php: "5.6"
CodeIgniter 3 with HMVC
MIT
codeigniter hmvc
CodeIgniter 3 with HMVC
MIT
codeigniter hmvc