dev-master
9999999-dev https://codeigniter.comThe CodeIgniter XHMVC framework
MIT
The Requires
- php >=5.3.7
The Development Requires
- mikey179/vfsstream 1.1.*
The CodeIgniter XHMVC framework
Codeigniter 3.1.3 with XHMVC, (*1)
What is XHMVC: http://xhmvc.4amics.com/applications/demo/www/user_guide/, (*2)
XHMVC is ready-to-go, you only need to extract to any directory under a document root of your choice., (*3)
Needed: Apache (mod_rewrite enabled for a ready-to-go functionality) + PHP (5.3)., (*4)
Install with composer:, (*5)
Create a directory in your htdocs path, ex: c:/xampp/htdocs/codeigniter-3-xhmvc Edit a new composer.json:, (*6)
{ "require": { "xmadmax/codeigniter-3-xhmvc": "@dev" } }, (*7)
Use: composer install, (*8)
Browse to http://localhost/codeigniter-3-xhmvc/vendor/xmadmax/codeigniter-3-xhmvc/apps/base/www, (*9)
The CodeIgniter XHMVC framework
MIT