kingloui / cakephp-basekit-users
CakeDC Users wrapper for BaseKit CakePHP Plugin
Installs: 25
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:cakephp-plugin
Requires
- php: >=5.5.9
- cakedc/users: ^3.2
- cakephp/cakephp: >=3.3.2 <4.0.0
Requires (Dev)
This package is not auto-updated.
Last update: 2023-12-09 15:42:52 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require kingloui/cakephp-basekit-users:dev-master
If installed by composer, BaseKit will automatically load the module at bootstrap. You can deactivate the module by writing the proper config value ('BaseKit.Modules.ModuleName' => false)