Skip to content

chee-commerce/CheeModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',

About

Module manager build for CheeCommerce, but you can use on any laravel application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages