stefanmayr/cakephp-gnttools

GNTTools plugin for CakePHP

dev-master 2019-09-28 07:42 UTC

This package is not auto-updated.

Last update: 2024-04-22 05:19:08 UTC


README

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]);