chee/module

Module manager build for Chee Shop, but you can use on any laravel application
64
Install
composer require chee/module
PHP:>=5.4.0
License:OSL-3.0
Last Updated:Feb 4, 2015
Links: GitHub  ·  Packagist
Maintainer: m-jch

Chee Module [in development]

a module manager for laravel 4

Install

update composer.json in laravel root with:

"require": {
	"laravel/framework": "4.2.*",
	"chee/module": "dev-master"
},

and run composer update. then run:

sudo php artisan migrate --package=chee/module

then add service provider and facades in app/config/app.php.

Service Provider:

'Chee\Module\ModuleServiceProvider',

Facades:

'CheeModule'	  => 'Chee\Module\Facades\CheeModule',

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

384,821,166 4,658