This is a sample project for CakePHP 4.x and the Authentication Plugin.
- Clone this repository :)
- Download Composer or update
composer self-update
. - 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.