Sometimes, I write blog posts about things I find interesting.

I don't publish them frequently, but when I do, I post them here.

Simplifying Belongs To Relationship Queries

A useful addition to the Laravel framework was added recently, which allows for a cleaner syntax when retrieving items via a belongsTo relationship.

Testing Mails Using The Command Line

Sometimes you might need to test Laravel mails using the command line, to see if they are being sent/received, use this method to simplify testing.