2017 © Pedro Peláez
 

library module

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

image

chee/module

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

  • Wednesday, February 4, 2015
  • by m-jch
  • Repository
  • 2 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Chee Module [in development]

a module manager for laravel 4, (*1)

Install

update composer.json in laravel root with:, (*2)

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

and run composer update. then run:, (*3)

sudo php artisan migrate --package=chee/module

then add service provider and facades in app/config/app.php., (*4)

Service Provider:, (*5)

'Chee\Module\ModuleServiceProvider',

Facades:, (*6)

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

The Versions

04/02 2015

dev-master

9999999-dev

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

  Sources   Download

OSL-3.0

The Requires

 

by CheeCommerce