We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c93b55 commit b19b041Copy full SHA for b19b041
README.md
@@ -16,7 +16,7 @@ There are no real limits on what characters can be used in a tag. It uses a slug
16
#### Composer Install (for Laravel/Lumen 5)
17
18
```shell
19
-composer require rtconner/laravel-tagging "~2.0"
+composer require rtconner/laravel-tagging "~2.1"
20
```
21
22
#### Install and then Run the migrations
@@ -46,9 +46,6 @@ $app->configure('tagging');
46
$app->register(Conner\Tagging\Providers\LumenTaggingServiceProvider::class);
47
48
49
-Done. Eloquent is required, Facades are not.
50
-
51
52
After these two steps are done, you can edit config/tagging.php with your prefered settings.
53
54
#### Setup your models
0 commit comments