| Package Data | |
|---|---|
| Maintainer Username: | m-jch |
| Maintainer Contact: | developer@cheecommerce.com (CheeCommerce) |
| Package Create Date: | 2014-09-21 |
| Package Last Update: | 2015-02-04 |
| Home Page: | |
| Language: | PHP |
| License: | OSL-3.0 |
| Last Refreshed: | 2025-11-07 15:03:12 |
| Package Statistics | |
|---|---|
| Total Downloads: | 64 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
a module manager for laravel 4
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',