Download zip Select Archive Format
Name Last Update history
File dir config Loading commit data...
File dir src Loading commit data...
File dir tests Loading commit data...
File dir webroot Loading commit data...
File txt README.md Loading commit data...
File txt composer.json Loading commit data...
File txt phpunit.xml.dist Loading commit data...

README.md

GNTTools plugin for CakePHP

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require stefanmayr/cakephp-gnttools

Manually add by git (within the root directory of your cakephp app):

git submodule add git@gitlab.grizzlyserver.com:worldshaking-server/cakephp-gnttools.git plugins/GNTTools

and add this to your bootstrap.php

$this->addPlugin(GNTTools::class, ['bootstrap' => false, 'routes' => true]);