laravel-smart-auto-slug
by sharifuddin
Automatically generates clean, SEO-friendly, and unique slugs for Eloquent models with transaction-safe duplicate prevention.
laravel-sluggable
by ka4ivan
Generate slugs when saving Eloquent models (multilingualism, multigroups, uniqueness)
laravel-unique-sluggable
This package allows you to create unique slugs. It keeps all the slugs you define in the slugs table. It also satisfies all requests and directs it to the controller you define in your model.