beholderhive/auth-cake-max

Auth plugin for CakePHP

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-master 2020-03-02 19:21 UTC

This package is auto-updated.

Last update: 2024-03-29 04:19:20 UTC


README

Installation

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

The recommended way to install composer packages is:

composer require beholderhive/auth-cake-max

Update your 'config/bootstrap.php'.

Plugin::load('Auth',  ['bootstrap' => false, 'routes' => true]);

Migrations

bin/cake migrations migrate --plugin Auth