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
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].
INFO Nothing to migrate.