CakePHP Tips Spring 2025

0

DB tools Some useful database commands have been added to Setup plugin 3.8.0+: bin/cake db init This will create the (default) database, if it does not yet exist. Setting up a fresh project or local version of it, the dev…

IdeHelper plugin on steroids

0

Pretty much 5 years ago I blogged about leveraging your IDE. In this small update here I want to showcase a very handy new feature: Live annotation updates in your code base while you bake, develop and customize. Note: The…

PHP

eInvoicing in PHP

0

The eInvoice – or "E-Rechnung" in German terminology – is a thing. I didn’t know until recently, when I had to start implementing a process here for a PHP backend. Context The eInvoice should already be used by businesses as…