2023 has been a bit of a weird year for me. The last couple of years I've spent a tonne of time on open-source projects, twee...
Read morePosts
What is the php.ini file? PHP uses an INI file for all of it's configuration. It gets loaded when PHP starts up and is used t...
Read moreTailwind's Intellisense plugin for Visual Studio Code is great, but as somebody who uses Laravel Blade I am slowed down massi...
Read moreWhen submitting a form with Livewire, you probably want to render out some error messages and show them to your user. A nice ...
Read moreSerialisation, or serialization, is a process that takes in a piece of data and generates a storable or transportable represe...
Read moreLet's build a tiny template engine for PHP! This post will focus on rendering the template and echoing out data that can be e...
Read moreI recently released a new PHP package called "Lexical". It provides a set of attributes and objects to build regula...
Read more