2017 © Pedro Peláez
 

library ci3hmvc

CodeIgniter 3 with HMVC

image

mtvee/ci3hmvc

CodeIgniter 3 with HMVC

  • Tuesday, November 21, 2017
  • by mtvee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CI3HMVC

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

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)

Also

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

Issues

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"

The Versions

21/11 2017

dev-master

9999999-dev

CodeIgniter 3 with HMVC

  Sources   Download

MIT

The Development Requires

by Jimi

codeigniter hmvc

21/11 2017

v0.1.0

0.1.0.0

CodeIgniter 3 with HMVC

  Sources   Download

MIT

The Development Requires

by Jimi

codeigniter hmvc