INFO No publishable resources for tag [migrations].
When I change the tag from migrations to medialibrary-migrations, the migration seems to be published and everything seems to work properly. Should the documentation be updated to use that new tag name instead?
Hi,
I was trying to follow the instructions to prepare the database in the documentation. When I tried running the command
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"
I encountered the following error message:
INFO No publishable resources for tag [migrations].
When I change the tag from
migrations
tomedialibrary-migrations
, the migration seems to be published and everything seems to work properly. Should the documentation be updated to use that new tag name instead?