CodeIgniter Forums
Codeigniter 3.1.0 with XHMVC - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Codeigniter 3.1.0 with XHMVC (/showthread.php?tid=64649)



Codeigniter 3.1.0 with XHMVC - XMadMax - 03-17-2016

Upgraded reporsitory with 3.1.0 changes.

Follow on : http://forum.codeigniter.com/thread-64322.html?highlight=xhmvc

Download :   Project on Github

Install with composer:

Create a directory in your htdocs path, ex: c:/xampp/htdocs/codeigniter-3-xhmvc

Edit a new composer.json in this directory:

Code:
{
   "require":
        {
              "xmadmax/codeigniter-3-xhmvc": "@dev"
         }
}

Use: composer install
Browse to http://localhost/codeigniter-3-xhmvc/vendor/xmadmax/codeigniter-3-xhmvc/apps/base/www

Or visit Packagist