Skip to content

CakeDC/users-acl-example

Repository files navigation

CakeDC/users ACL example

Example code for CakeDC/users and 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 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 for more information.

License

Copyright 2018 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

About

Example code for cakedc/users and cakephp/acl plugins working together

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published