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.
A useful addition to the Laravel framework was added recently, which allows for a cleaner syntax when retrieving items via a belongsTo relationship.
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.