Reading and writing geospatial in CakePHP 5.1+
CakePHP 5.1.0 introduced support for geospatial types, but for now it's limited. Here's how you can read and write these values easily.
CakePHP 5.1.0 introduced support for geospatial types, but for now it's limited. Here's how you can read and write these values easily.
in CakePHP
in CakePHP
in CakePHP #cakephp #best-practices #cakephp-plugin-development
in CakePHP #cakephp #api #cakephp-plugin-development
Making a CakePHP plugin have it's own config file
in CakePHP #cakephp #best-practices #decoupling
A quick example on how to get started with CakePHP event system.
in CakePHP #cakephp #api #rest
Here's how to quickly convert a controller into an API resource
in CakePHP #cakephp #middleware
Reconfiguring `CsrfProtectionMiddleware` to allow POST requests to specific scopes
Adding pagination to `friendsofcake/crud` and `friendsofcake/crud-view`