{"id":87434,"library":"cviebrock-eloquent-sluggable","title":"Eloquent Sluggable","description":"Easy creation of slugs for your Eloquent models in Laravel.","status":"active","version":"13.0.0","language":"php","source_language":null,"source_url":"https://github.com/cviebrock/eloquent-sluggable","tags":["laravel","eloquent","slug","seo"],"install":[{"cmd":"composer require cviebrock/eloquent-sluggable","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Sluggable","correct":"use Cviebrock\\EloquentSluggable\\Sluggable;"}],"quickstart":{"code":"use Cviebrock\\EloquentSluggable\\Sluggable;\n\nclass Post extends Model\n{\n    use Sluggable;\n\n    public function sluggable(): array\n    {\n        return ['slug' => ['source' => 'title']];\n    }\n}","lang":"php","description":"Add slug generation to an Eloquent model."},"warnings":[{"fix":"Use the 'unique' option in sluggable configuration.","message":"Slug uniqueness may cause issues with large datasets.","severity":"gotcha","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'creation':4 'easi':3 'eloqu':1,9,14 'laravel':12,13 'model':10 'seo':16 'slug':6,15 'sluggabl':2","created_at":"2026-06-19T08:18:05.775274+00:00","updated_at":"2026-06-19T08:18:05.775274+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/cviebrock/eloquent-sluggable","github":"https://github.com/cviebrock/eloquent-sluggable","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["orm"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}