Laravel slug package. Oct 14, 2025 · In this comprehensive guide, we...

Laravel slug package. Oct 14, 2025 · In this comprehensive guide, we’ll dive deep into everything you need to know about Laravel slugs, from basic implementation to advanced optimization techniques. Eloquent-Sluggable is a Laravel package designed to easily handle the creation and management of slugs for Eloquent models. 4 days ago · Laravel Sluggable Overview An opinionated package to create slugs for Eloquent models Generate slugs when saving Eloquent models. coding-wisely / laravel-slug-auto-generator Public generated from spatie/package-skeleton-laravel Notifications You must be signed in to change notification settings Fork 0 Star 5 Unique slug generator for laravel, auto generating slugs. You can use this package along with laravel-translatable to generate a slug for each locale. Easy creation of slugs for your Eloquent models in Laravel. Spatie is a web design agency based in Antwerp, Belgium. With features like customizable slug generation, language settings, and options to prevent overwriting slugs, it provides flexibility and ease of use for developers working with Laravel. This package provides a trait that will generate a unique slug when saving any Eloquent model. Jan 12, 2026 · This package by Spatie offers a convenient way to generate slugs for Eloquent models in Laravel applications. Apr 23, 2023 · Learn how to generate and use slugs in Laravel for clean and SEO-friendly URLs. The slugs are generated with the Laravels Str::slug method. Feb 21, 2026 · Download Laravel Sluggable for free. - coding-wisely/laravel-slug-auto-generator. What Are Slugs and Why Do They Matter? Slugs are URL-friendly versions of your content titles or names. Instead of using the HasSlug trait, you must use the HasTranslatableSlug trait, and add the name of the slug field to the $translatable array. An opinionated package to create slugs for Eloquent models. It automates slug generation, ensuring they are SEO-friendly and unique, with minimal setup required. Generate slugs when saving Eloquent models. Improve user experience and search engine ranking Feb 21, 2026 · You can use this package along with laravel-translatable to generate a slug for each locale.

Laravel slug package.  Oct 14, 2025 · In this comprehensive guide, we...Laravel slug package.  Oct 14, 2025 · In this comprehensive guide, we...