Back to open source
2026

spatie/laravel-sluggable / PR #311

Fix slug uniqueness with SQL LIKE metacharacters

Contribution summary

Reproduced the issue, identified the SQL LIKE escaping problem, added a regression test, and applied the smallest safe fix before running the full test suite.