You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package supports a really short configuration syntax, if you are truly lazy:
publicfunctionsluggable() {
return [
'slug'
];
}
This will use all the default options from app/config/sluggable.php, use the model's
__toString() method as the source, and store the slug in the slug field.