Download the PHP package josegonzalez/cakephp-users without Composer
On this page you can find all versions of the php package josegonzalez/cakephp-users. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download josegonzalez/cakephp-users
More information about josegonzalez/cakephp-users
Files in josegonzalez/cakephp-users
Package cakephp-users
Short Description Users plugin for CakePHP
License MIT
Homepage https://github.com/josegonzalez/cakephp-users
Informations about the package cakephp-users
Users plugin for CakePHP
Provides user authentication and administration for your CRUD-enabled application.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Usage
Load the plugin
Create the users
table with a migration similar to the following:
If enabling password resets, you will also need to load the Muffin/Tokenize
plugin and run it's migrations:
If enablign social authenticationn, you will also need to load the ADmad/SocialAuth
pluginn and run it's migrations:
And add the AuthTrait
to your AppController
:
Configuration
All versions of cakephp-users with dependencies
admad/cakephp-social-auth Version 0.6.*
cakephp/cakephp Version >=3.5.0 <4.0.0
josegonzalez/cakephp-upload Version 4.*
friendsofcake/crud Version 5.*
friendsofcake/crud-users Version 0.*
muffin/tokenize Version 1.1.*