Thoughts on web development, Laravel, PHP, and solving problems day to day.
With the release of the latest version of Fusion Invoice, updating the application has become really simple.
Have you ever wanted to ensure package compatibility with multiple versions of a dependency but not sure how? It's easier than you think!
I recently received my beta invite for Let's Encrypt, and set about getting my SSL certificate setup on my Forge-provisioned server.
I often find myself working with arrays that may have empty values in them. I've put together a small function to tidy them up.
Somewhere between Mountain Lion and Yosemite, three finger swipe (to move windows) was removed. Here's how to get it back.
Have you ever had to use multiple implementations of an interface within a Laravel app and got stuck with how? Read on!
Recently changing ISP, I found myself having to configure NAT rules in my router, but wanted to restrict access from specific hosts.
The question always comes up "can I do x in y?" and you will often have someone telling you about purity or the "right way" - but what is the "right way?"
Today I take a look at a more extensible and easily reusable version of the nullable fields trait from my previous blog post.
Nullable model attributes still need to have their value explicitly set to null in order to be persisted as null. If you have a few nullable fields across a multiple models, the duplication o