cviebrock/eloquent-sluggable
Generate SEO-friendly, unique slugs for Laravel Eloquent models automatically. Configure sources, separators, max length, reserved words, and update behavior; supports soft deletes and route model binding. Includes a SlugService and extensible hooks.
Architecture fit: The package integrates natively with Laravel's Eloquent ORM, leveraging built-in model events and configuration patterns. It requires no external dependencies beyond Laravel and aligns with standard ORM practices for URL-friendly identifiers. The trait-based design ensures minimal disruption to existing application structure.
Integration feasibility: High feasibility due to Composer-based installation, minimal setup (adding trait + configuration), and comprehensive
How can I help you explore Laravel packages today?