Change sluggable implementation
This commit is contained in:
parent
e409cf68f9
commit
522f06162e
7 changed files with 285 additions and 58 deletions
|
@ -235,6 +235,11 @@ return [
|
|||
*/
|
||||
Laravel\Tinker\TinkerServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Eolquent Sluggable
|
||||
*/
|
||||
Cviebrock\EloquentSluggable\ServiceProvider::class,
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue