In today's video, I show how to use Laravel's explicit route model binding to resolve a single URL parameter to one of two different models, no polymorphism required.
masteringlaravel.io/daily/2026-02-27-video-route-binding-with-two-different-models
Laravel Devs, which stream should I do first for a Livewire chat app?
A: Adding browser tests
B: Upgrading it to v4
Magister Painters London provides highly skilled professional painters delivering exceptional interior and exterior painting services across the capital. Their experienced team combines precision workmanship with premium-quality paints to achieve smooth, flawless finishes that enhance both residential and commercial properties. From meticulous surface preparation and plaster repairs to detailed woodwork painting and decorative finishes, every project is handled with care and attention to detail. Magister Painters London focuses on durability, clean execution, and customer satisfaction, ensuring every space is transformed with long-lasting and visually striking results.
Real Life in Star Trek, Emissary part 1: The outside world in Star Trek
john.colagioia.net/blog/2026/02/26/emissary-1.html
For this episode, we need to talk about empathy, racism, legal manipulation, therapy, and much more.
Laravel developers, I noticed a few more things about Laravel 13 and attributes.
- Docs will feature attributes instead of the old ways.
- Now, if you create things with an Artisan command, they will come with attributes instead of the old ways.
- It checks for attributes first and then falls back to old ways like properties.
You may notice a negligible difference in performance with and without attributes.
I'll share more as soon as I find it.