Two seasoned salty programming veterans talk best practices based on years of working with Laravel SaaS teams.
Understanding how Stringable works inside Blade views
Joel and Aaron dig into Laravel’s `Stringable` class and uncover how it can silently skip Blade’s automatic HTML escaping. They explain why that’s both a convenient fe...
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 ...