morrislaptop / reports
There is no license information available for the latest version (dev-master) of this package.
dev-master
2013-05-08 02:32 UTC
Requires
- php: >=5.3.0
- composer/installers: *
This package is auto-updated.
Last update: 2026-02-26 06:59:04 UTC
README
Allows you to register SQL commands in your database which can be quickly run by admin users.. For CakePHP 2
Installation
Add the repo to your working directory
git submodule add https://github.com/morrislaptop/reports.git app/Plugin/Reports
Add the following to app/Config/bootstrap.php
CakePlugin::load('Reports');
Database
From the console run
app/Console/cake schema create -p Reports Reports