nunomaduro / laravel-sluggable
PublicLaravel Sluggable is my opinionated take on automatic slug generation for Eloquent models
A tool for Laravel applications that automatically creates clean, URL-friendly slugs from model attributes like titles, handling uniqueness, languages, and edge cases.
How It Works
While building a blog or website, you hear about a simple way to turn titles into clean web addresses like 'hello-world' instead of messy numbers.
You easily bring this helpful tool into your existing website project with a quick addition.
You tell the tool which pieces of content, like blog posts, should get these friendly web names based on their titles.
You make a small update to your data storage to save room for these new friendly names.
You add a new blog post or item, giving it a title like 'My First Adventure'.
Instantly, your content gets a perfect, readable web address like 'my-first-adventure', ready for sharing and linking.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.