Skip to content

Commit

Permalink
Fix service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPoellmann committed Feb 10, 2021
1 parent 640ed6a commit 641408c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and run `$ composer update` or both in one with `$ composer require lecturize/la

```bash
$ php artisan vendor:publish --provider="Cviebrock\EloquentSluggable\ServiceProvider"
$ php artisan vendor:publish --provider="Lecturize\Taxonomies\TaxonomiesServiceProvider"
$ php artisan vendor:publish --provider="Lecturize\Tags\TagsServiceProvider"
```

This will publish a `config/sluggable.php`, a `config/lecturize.php` and some migration files, that you'll have to run:
Expand Down

0 comments on commit 641408c

Please sign in to comment.