Skip to content

Commit

Permalink
Update introduction.md (spatie#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
trippo authored Jun 13, 2022
1 parent f98d24a commit fb1aec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $yourModel->addMedia($smallFile)->toMediaCollection('downloads', 'local');
$yourModel->addMedia($bigFile)->toMediaCollection('downloads', 's3');
```

The storage of the files is handled by [Laravel's Filesystem](http://laravel.com/docs/5.6/filesystem), so you can plug in any compatible filesystem.
The storage of the files is handled by [Laravel's Filesystem](https://laravel.com/docs/9.x/filesystem), so you can plug in any compatible filesystem.

The package can also generate derived images such as thumbnails for images, videos and PDFs. Once you've [set up your model](/laravel-medialibrary/v10/basic-usage/preparing-your-model), they're easily accessible:

Expand Down

0 comments on commit fb1aec5

Please sign in to comment.