# users-acl-example **Repository Path**: mirrors_CakeDC/users-acl-example ## Basic Information - **Project Name**: users-acl-example - **Description**: Example code for cakedc/users and cakephp/acl plugins working together - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CakeDC/users ACL example ======================== Example code for [CakeDC/users](https://github.com/CakeDC/users) and [cakephp/acl](https://github.com/cakephp/acl) plugins working together Requirements ------------ * CakePHP ^3.5 * PHP ^5.6 * CakeDC/users ^6.0 * cakephp/acl ^0.2 Setup ------------- * Run `git clone git@github.com:CakeDC/users-acl-example.git` * Create an empty database for the project * Run `composer install` from the app root directory * Configure the DB credentials in `config/app.php` * Run `bin/cake migrations migrate` to apply migrations and have the DB structure build Run --- * Access the app URL * Check this [CakeDC article](https://www.cakedc.com/roger_campanera/2018/01/26/integrating-users-and-acl-plugins-in-cakephp) from the Testing section to know which steps has been done, what you can do with this app example and how you can extend it Support ------- Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information. License ------- Copyright 2018 Cake Development Corporation (CakeDC). All rights reserved. Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.