beholderhive / auth-cake-max
Auth plugin for CakePHP
Package info
github.com/BeholderHive/auth-cake-max
Type:cakephp-plugin
pkg:composer/beholderhive/auth-cake-max
dev-master
2020-03-02 19:21 UTC
Requires
- cakephp/cakephp: ^3.5
Requires (Dev)
- phpunit/phpunit: ^5.7.14|^6.0
This package is auto-updated.
Last update: 2026-03-01 00:13:53 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