How do Enums work in PHP?
Ever been unsure about Enums or why you'd use them? In this post i'll show you real world examples and...
Ever been unsure about Enums or why you'd use them? In this post i'll show you real world examples and...
How to aggregate data so that you can get values for multiple datapoints in 1 row in MySQL or Postgres
Ever wondered if you should choose the 14" Pro over the M1 Air? This post aims to help you make...
I wanted to learn more about databases and what better way that to work with a large dataset of more...
Deleting individual jobs from a Redis queue is tedious. The solution is to just make the the queued job do...
Follow me as I embark on the popular Build In Public trend. Creating my own freelancing CRM platform.
3 easy ways to sanitize user input with Laravel Livewire
Not sure how to use Spatie Media-Library? This guide shows you how to upload multiple images with thumbnail conversion and...
Ever needed to import files inside a directory and store them in your database and also in Cloud storage? Read...
I show you how to setup IP address restriction for Larvel Horizon and how to avoid the 403 error on...
Uploading images is one thing but being able to modify them is very useful, especially when it comes to resizing...
If you're using Wink for your blog, here's how to setup up a simple sitemap to list your posts and...
LEMP stack setup
As part of my day job I was required to make PDF's from HTML templates and expose this via an...
Doing a fresh install of Laravel Spark or even an upgrade has proved problematic almost every time i attempt it....
Laravel Forge is a great tool to help you provision your own servers, however if you want to use AWS...
Creating backups of your database is a no-brainer. There are lots of guides on how to do this and upload...
Just recently I noticed that notifications for WhatsApp and Facebook Messenger were not coming through. They'd only show if I...
Using Laravel 5.7 queues along with Redis I found that whilst the events were being dispatched and handled by the...
I needed a place to securely store my files offsite and Amazon S3 was a obvious choice at time (2016)....
Recently I wasn't able to access any cached values in Redis. I knew the values were being saved, but no...
I've been building an API using Laravel 5.6 and one of the things which I wanted to do was to...
I recently came across the following error when using Intervention Image with Laravel 5.6: "Can't write image data to path...
Every time I do a fresh install of Laravel I always run into the same error where laravel.log couldn't be...
I recently came across a strange issue where the Google Authenticator we use suddenly stopped working. It worked fine on...
If you've never sent email using Laravel before, you might be a bit confused on how to go about doing...
I've never really gave the PageSpeed score of the websites that i've built too much consideration, as long as they...