spatie / laravel-tags

Add tags and taggable behaviour to your Laravel app

Home Page:https://freek.dev/609-an-opinionated-tagging-package-for-laravel-apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannont publish "tags-migration" and "tags-config"

iamoat opened this issue · comments

The two commands below use wrong tags.

php artisan vendor:publish --provider="Spatie\Tags\TagsServiceProvider" --tag="tags-migrations”

php artisan vendor:publish --provider="Spatie\Tags\TagsServiceProvider" --tag="tags-config"

Need to update readme file to use the following.

php artisan vendor:publish --provider="Spatie\Tags\TagsServiceProvider" --tag="migrations”

php artisan vendor:publish --provider="Spatie\Tags\TagsServiceProvider" --tag="config"

Either update the readme or update the code in TagsServiceProvider

this problem still exists

Problem still exists. Pls update readme and docs page. Thx!