Hi i'm trying to add spatie\laravel-medialibrary to my package to store media
but it's not work the migration of "spatie\laravel-medialibrary" not published
how can i publishe all config and migration for "spatie\laravel-medialibrary" from my custom package
composer.json
"require": { "php": "^7.3|^8.0|^8.1", "spatie/laravel-enum": "^3.0", "spatie/laravel-medialibrary": "^10.7" },
thanks
i try to publish it from my service provider but doesn't work