Two seasoned salty programming veterans talk best practices based on years of working with Laravel SaaS teams.
Changing your mind about when() and unless() in Eloquent
Aaron admits he used to wrap every query in plain old if-statements—until Laravel’s when()/unless() helpers (and arrow functions) won him over. He and Joel compare the...
Are you a Laravel developer or a PHP developer?
When you're building a Laravel app, you're writing PHP code, but you're dealing with many patterns and conveniences provided by Laravel. So where do you draw the line ...