Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 552 Bytes

regenerating-images.md

File metadata and controls

17 lines (13 loc) · 552 Bytes
title weight
Regenerating images
4

When you change a conversion on your model, all images that were previously generated will not be updated automatically. You can regenerate your images via an artisan command. Note that conversions are often queued, so it might take a while to see the effects of the regeneration in your application.

$ php artisan medialibrary:regenerate

If you only want to regenerate the images for a single model, you can specify it as a parameter:

$ php artisan medialibrary:regenerate news