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

No tables for migrate

rit94 opened this issue · comments

commented

I had installed and run this command
composer require spatie/laravel-tags
then when I run publish config I got this:
php artisan vendor:publish --provider="Spatie\Tags\TagsServiceProvider" --tag="migrations" --force

INFO No publishable resources for tag [migrations].

php artisan migrate

INFO Nothing to migrate.

Base table or view not found: 1146 Table 'dbName.prefix_tags' doesn't exist