Thoughts on web development, Laravel, PHP, and solving problems day to day.
If you've ever found yourself wondering how to implement cascading soft deletes with Laravel and Eloquent, I may have a solution for you.
If you've ever been in the situation where you need to have components be aware of each other's state, Vue's custom event interface may be what you're after.
I discovered the other day how to easily figure out when to use v-show and when to use v-if (hint: it's in the docs)
Working on ConFOMO, and to make life easier, my first step was to come up with a set of rules for PHP CS Fixer and enforcing them on each commit.
The entire process is pretty simple now, but what if I told you it could be even simpler?
Testing controller authorisation in Laravel, I stumbled across an issue due to exception handling. The fix was simple enough, though tricky to track down.
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.