From 1973be0cc6f721aa459335cfd16e740935eb0c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Leguizam=C3=B3n?= Date: Tue, 26 Dec 2023 16:20:00 -0300 Subject: [PATCH] Adjust installation documentation for publishing migrations and config files (#3483) --- docs/installation-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation-setup.md b/docs/installation-setup.md index 9e3e7546a..e83600f8f 100644 --- a/docs/installation-setup.md +++ b/docs/installation-setup.md @@ -18,7 +18,7 @@ If you have a license for Media Library Pro, you should install `spatie/laravel- You need to publish the migration to create the `media` table: ```bash -php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations" +php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="medialibrary-migrations" ``` After that, you need to run migrations. @@ -32,7 +32,7 @@ php artisan migrate Publishing the config file is optional: ```bash -php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="config" +php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="medialibrary-config" ``` This is the default content of the config file: