Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 387 Bytes

Simple MVC Base Package

Create composer.json and run php composer.phar install

Example composer.json

{
	"repositories":[
		{
			"type": "vcs",
			"url": "[email protected]:underscore05/simplemvcbase.git"			
		}
	],
	"require": {
		"underscore05/simplemvcbase":"@dev"
	}
}