Self-healing URLs in Laravel
Laravel community member Aaron Francis shared an awesome video demonstrating how to Make self-healing URLs with Laravel. Without surprise, multiple packages in the Laravel ecosystem have already surfaced: Luke Downing's package: self-healing-urls Chris Page's package: laravel-self-healing-urls These packages have a similar goal: you can change your model's route slug at will or only partially match a URL and never have...