MeiliSearch is a simple self-hosted full-text search solution that’s easy to integrate into a Laravel applicationâtheir team even maintains a Laravel Scout driver!
PHP
#[RouteParameter] Does Not Bind Your Model
Michael Dyrynda explains a subtle Laravel gotcha: #[RouteParameter] only reads the current route parameter value, it does not perform implicit model binding. Good reminder that the controller signature still matters when you expect a bound Read more…