You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This discussion was converted from issue #498 on March 18, 2024 08:18.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.
Beta Was this translation helpful? Give feedback.
All reactions