-
Notifications
You must be signed in to change notification settings - Fork 29
Installation
Tigran Gabrielyan edited this page Feb 7, 2015
·
1 revision
[Manual]
- Download this: http://github.com/tigrang/cakephp-datatable/zipball/master.
- Unzip
- Copy the resulting folder to
app/Plugin - Rename the folder to
DataTable
[GIT Submodule]
In your app directory run:
git submodule add https://github.com/tigrang/cakephp-datatable.git Plugin/DataTable
git submodule init
git submodule update
[GIT Clone]
In your plugin directory run:
git clone https://github.com/tigrang/cakephp-datatable.git DataTable
Enable Plugin
In your app/Config/bootstrap.php:
CakePlugin::loadAll();
// OR
CakePlugin::load('DataTable');