beholderhive / auth-cake-max
CakePHP 的认证插件
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: 2024-09-29 05:49:27 UTC
README
安装
您可以使用 composer 将此插件安装到您的 CakePHP 应用程序中。
安装 composer 包的推荐方法是
composer require beholderhive/auth-cake-max
更新您的 'config/bootstrap.php'。
Plugin::load('Auth', ['bootstrap' => false, 'routes' => true]);
迁移
bin/cake migrations migrate --plugin Auth