2017 © Pedro Peláez
 

project codeigniter-3-xhmvc

The CodeIgniter XHMVC framework

image

xmadmax/codeigniter-3-xhmvc

The CodeIgniter XHMVC framework

  • Wednesday, January 11, 2017
  • by XMadMax
  • Repository
  • 7 Watchers
  • 14 Stars
  • 52 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

codeigniter-3-1-3-with-xhmvc

Codeigniter 3.1.3 with XHMVC, (*1)

What is XHMVC: http://xhmvc.4amics.com/applications/demo/www/user_guide/, (*2)

Installation

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)

  • Extract all files under your web workspace (as configured in your Xampp/Wampp), extract, for example, as 'codeigniter-3-xhmvc' in your htdocs directory.
  • Browse demo as: http://localhost/codeigniter-3-xhmvc/apps/base/www
  • Under apps/base/modules/welcome you will see all HMVC possibilities.
  • Also, you can load a core/common/module ... http://localhost/codeigniter-3-xhmvc/apps/base/www/home
  • This Home module isn't in apps/base, but is under common/modules folder for all apps.

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 Versions

11/01 2017

dev-master

9999999-dev https://codeigniter.com

The CodeIgniter XHMVC framework

  Sources   Download

MIT

The Requires

  • php >=5.3.7

 

The Development Requires

  • mikey179/vfsstream 1.1.*