Skip to content

julianpollmann/cakephp-authentication-sample

Repository files navigation

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.

About

CakePHP Simple User Authentication Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published