Latest Posts
- Improving cohesion in Symfony - storing Twig templates with the code
Cohesion is about keeping related things together, so why are we not storing our template files alongside the PHP code that uses them?
- Caring For Your Composer.json
Give your composer.json file a bit of love, and improve the stability of your application.
- Introducing the Gitlab Issues plugin for Obsidian
Integrate issues from Gitlab into your Obsidian notes vault.
- Document your app with PHPUnit Testdox output
Tell the story of your application through the output of your test suite.
- How to eliminate boilerplate code with PHP 8.1
Using the later versions of PHP you can massively reduce the amount of boilerplate code in your application.