spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

No publishable resources for tag `migrations` when following the documentation #3485

Closed gnpivo closed 11 months ago

gnpivo commented 11 months ago

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 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?

gnpivo commented 11 months ago

Oops, sorry. I just discovered this pull request that would address the issue.