Overview of package features
mainBeyond basic slug generation, laravel-sluggable provides:
- Self-healing URLs: Uses
{slug}-{id}route keys and308redirects to ensure old links don't break when slugs change. - Translatable slugs: Integrates with
spatie/laravel-translatableto support one slug per locale. - Overridable actions: Allows you to swap the slug generator or self-healing logic with your own classes via configuration.
- Laravel Boost skill: Includes a bundled skill to help AI assistants use the package effectively.