spatie / laravel-tags

Add tags and taggable behaviour to your Laravel app
https://freek.dev/609-an-opinionated-tagging-package-for-laravel-apps
MIT License
1.62k stars 281 forks source link

No tables for migrate #498

Closed rit94 closed 7 months ago

rit94 commented 7 months ago

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