Cviebrock\EloquentSluggable\Tests\Models\PostWithRelation::sluggable PHP Method

sluggable() public method

Return the sluggable configuration array for this model.
public sluggable ( ) : array
return array
    public function sluggable()
    {
        return ['slug' => ['source' => ['author.name', 'title']]];
    }
PostWithRelation