morrislaptop / reports
Installs: 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.3.0
- composer/installers: *
This package is auto-updated.
Last update: 2024-10-26 03:57:37 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