morrislaptop/reports

There is no license information available for the latest version (dev-master) of this package.

Installs: 198

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-master 2013-05-08 02:32 UTC

This package is auto-updated.

Last update: 2024-04-26 02:59:28 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