laravel-sluggable foundation.Adopt when:
sluggable package (or willing to adopt it).Look elsewhere if:
For Executives:
"This package lets us automatically generate Persian-friendly URLs for content—critical for expanding into Middle Eastern markets like Iran, where 90% of web traffic uses Persian. For example, a blog post titled ‘نحوه استفاده از لاراول’ would auto-slug to /nohove-estefadeh-az-laravel instead of requiring manual transliteration. This cuts dev time by 30% while boosting SEO for Persian search engines. It’s a lightweight, MIT-licensed solution that integrates seamlessly with our existing Laravel stack."
For Engineering:
*"We’re adding pishran/laravel-persian-slug to handle Persian slug generation for Eloquent models. It’s a thin wrapper around Spatie’s sluggable package, so the implementation is familiar:
use HasPersianSlug; // Add to your model
use SlugOptions; // Configure source/target fields
Key benefits:
sluggable (used by 10K+ projects).
Install via Composer (composer require pishran/laravel-persian-slug), and we’re ready for Persian content in 15 minutes. No database migrations needed—just add the trait to models like Post or Product."*How can I help you explore Laravel packages today?