spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Disabled tiny placeholder generation when use_tiny_placeholder config is disabled #3513

Closed jhorie closed 10 months ago

jhorie commented 10 months ago

… is disabled

If the existing config key use_tiny_placeholder is set to false, the tiny placeholder will not get generated anymore. This will save space in the database and will save computation time.

freekmurze commented 10 months ago

The tests are failing could you have a look?

jhorie commented 10 months ago

Sorry, I added two commits which didn't belong to the pull request.

freekmurze commented 10 months ago

Thanks!