Statamic 3.3 has added some additional improvements to their Blade templates support, which makes using Statamic together with Laravel's native B…
Spatie's Browsershot is a wonderful package that uses puppeteer to render a web page to transform it into an image or PDF. Having this functional…
One of our projects has a really large test suite that isn't optimised to run with Laravel's parallel testing. It was starting to take more…
Highlighting code blocks correctly on your website is a more difficult problem to solve than you'd expect. There are many great solutions like Pr…
Laravel recently added parallel testing to the framework using the Paratest package which runs PHPUnit in separate parallel processes. Adding support…
Art direction is nothing new, though there hasn't been an easy way to do it with most CMSs yet. Statamic, with the help of the spatie/statamic-re…
When you use software that is open source, you'll sometimes run into issues or small bugs that have already been fixed by the community in a PR o…
Statamic v3 has added support for other template languages in addition to their own "Antlers" templating language. Recently when creating a…
Deploying a Statamic v3 site to Netlify using Statamic's SSG addon.
I've recently transformed my Statamic powered site into a statically hosted version, mostly because services like Netlify and Firebase offer free…
My personal website & blog has been hosted on a DigitalOcean droplet for years, but recently I've been trying to move away from hosting and m…
Laravel Mix isn’t provided by default in Statamic v2, in this short post I’ll show you how to create a quick site helper to read the mix-manifest.json…
Clients and content editors often want a lot of choices and make everything customizable to fit their style or the content.
I recently worked on the new Spatie docs website. We moved our site from a Digital Ocean server to Netlify, a serverless platform.