We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9fee0 commit 6fb7673Copy full SHA for 6fb7673
1 file changed
README.md
@@ -12,19 +12,17 @@ This plugin allows you to simply tag record in your database with multiple tags.
12
Using [Composer][composer]:
13
14
```
15
-composer require muffin/tags:dev-master
+composer require muffin/tags
16
17
18
-You then need to load the plugin. In `boostrap.php`, something like:
+You then need to load the plugin. You can use the shell command:
19
20
```php
21
-\Cake\Core\Plugin::load('Muffin/Tags');
+bin/cake plugin load Muffin/Tags
22
23
24
## Usage
25
26
-{{@TODO documentation}}
27
-
28
## Quick Start Guide
29
30
You need to add the column *tag_count* to the taggable table.
0 commit comments