filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.39k stars 2.97k forks source link

Avoid division by zero in FileUpload.php #14831

Closed tanthammar closed 3 days ago

tanthammar commented 3 days ago

If anyone sets resize target height, but not width, FileUpload throws division by zero error

Example:

SpatieMediaLibraryFileUpload::make('logo')
      //not set->imageResizeTargetWidth(300)
      ->imageResizeTargetHeight(300)