A quick example on how to get started with CakePHP event system.
Category: CakePHP
Creating a RESTful API resource in CakePHP 4
Here’s how to quickly convert a controller into an API resource
CakePHP 4 “Missing or incorrect CSRF cookie type”
Reconfiguring `CsrfProtectionMiddleware` to allow POST requests to specific scopes. The article offers two ways to navigate around the “Missing or incorrect CSRF cookie type” error.
CakePHP CRUD plugin pagination limit
Adding pagination to `friendsofcake/crud` and `friendsofcake/crud-view`