Skip to content

CakePHP

September 29, 2023
March 27, 2023

CakePHP - Build fast, grow solid | PHP Framework | Home
Home — Bakery blog
Overview | CakePHP 4.4
CakePHP

CakePHP Tutorial

Welcome - 4.x
Content Management Tutorial - 4.x
Validation - 4.x

FriendsOfCake/awesome-cakephp: A curated list of amazingly awesome CakePHP plugins, resources and shiny things.
Packages
CakePHP - YouTube
CakeFest 2022 - Virtual - YouTube

CakePHP Version 4 - YouTube Alimon Pito
pitocms/CakePHP-version-4-tutorial-Source

Tag: cakephp | Fax Modem

Running in docker

cnizzardini/cakephp-docker: A cakephp 4 template for Docker and Kubernetes.

These file/folders needs to be read, writable by the PHP process.
But the PHP process needs to be root, so chmod.

chmod 755 app/config/app.php
chmod -R 777 app/logs/ app/tmp/

REST API

REST - 4.x
Routing - 4.x
php - CakePHP 4 - How do I create a simple proof of concept REST API? - Stack Overflow

REST API with CakePHP
Class RouteBuilder | CakePHP 4.4
$routes->resources(), $routes->resourceMap()

MixerAPI - CakePHP RESTful API plugin

Create Api With Cakephp - DEV Community skip auth, skip Csrf
vudp/cakephp-rest-api - Packagist

How We built an API first Software in CakePHP 4 by Jiri Havlicek - YouTube
cnizzardini/cakephp-swagger-bake: Automatically generate OpenAPI, Swagger, and Redoc documentation from your existing CakePHP code.

Embedding React App

CakePHP 4 - Embedding a Create React App in a View (Development Setup) - YouTube
CakePHP 4 - InertiaJS and React using the cakephp-inertiajs adaptor by Ishan Vyas - YouTube