sluggable error on fresh install
Closed this issue · 1 comments
abdullahahci commented
Sluggable needs '/config/sluggable.php' config file,
So in fresh install when trying to add new term laravel gives error:
array_merge(): Argument #1 is not an array
in SlugService.php (line 65)
P.S.: Please add info in your Readme file for usage of 'HasTaxonomies' trait, as a starter I barely figured it out
AlexanderPoellmann commented
I've updated the readme, thanks for pointing that out!