You’re creating an event listener that inserts a database record every time the matching event fires. And you need the listener to be in a plugin. Which folder do you put it in? Here it says: A good place for this might be Plugin/src/Controller/Event And @admad on CakeSF Slack says it can also be Plugin/src/Event/.… Continue reading Where to put an event listener in a plugin?
Tag: best-practices
The very basics of getting started with CakePHP events
A quick example on how to get started with CakePHP event system.
Using SSH console to speed up coding
A few potentially overlooked quick tips