Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 738 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 738 Bytes

CakePHP Simple Authentication Sample

This is a sample project for CakePHP 4.x and the Authentication Plugin.

Installation

  1. Clone this repository :)
  2. Download Composer or update composer self-update.
  3. Run php composer.phar install to install all dependencies.

If Composer is installed globally, run

composer install

You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:

bin/cake server -p 8765

Then visit http://localhost:8765/login to see the login page, http://localhost:8765/register to register a user.