Skip to content

Commit

Permalink
Adjust installation documentation for publishing migrations and confi…
Browse files Browse the repository at this point in the history
…g files (#3483)
  • Loading branch information
LuisLeguizamon authored Dec 26, 2023
1 parent 1d3ec59 commit 1973be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit 1973be0

Please sign in to comment.