Skip to content

Commit

Permalink
Update docs with correct tag for publishing package views
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Mar 18, 2024
1 parent 3bb61ae commit fd032bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/rendering-media.md
Expand Up @@ -60,7 +60,7 @@ Lazy loading this one: {{ $media()->lazy() }}
You can customize the rendered output even further by publishing the `views` with:

```bash
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="views"
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="media-library-views"
```

The following files will be published in the `resources/views/vendor/media-library` directory:
Expand Down

0 comments on commit fd032bf

Please sign in to comment.