From 6c99a3b8552b71aa9ffa45141b72610a52032d6d Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Sun, 8 Mar 2026 15:49:59 +0100 Subject: [PATCH] Update CakePHP documentation links in README Updated links in the README to reflect CakePHP version changes. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9f5dc5bb..fd396cb4 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ [PSR7](https://www.php-fig.org/psr/psr-7/) Middleware authentication stack for the CakePHP framework. -Don't know what middleware is? [Check the CakePHP documentation](https://book.cakephp.org/4/en/controllers/middleware.html) and additionally [read this.](https://philsturgeon.uk/php/2016/05/31/why-care-about-php-middleware/) +Don't know what middleware is? [Check the CakePHP documentation](https://book.cakephp.org/5/en/controllers/middleware.html) and additionally [read this.](https://philsturgeon.uk/php/2016/05/31/why-care-about-php-middleware/) ## Authentication, not Authorization @@ -33,7 +33,7 @@ bin/cake plugin load Authentication ## Documentation -Documentation for this plugin can be found in the [CakePHP Cookbook](https://book.cakephp.org/authentication/3/en/). +Documentation for this plugin can be found in the [CakePHP Cookbook](https://book.cakephp.org/authentication/4/en/). ## IDE compatibility improvements