filament-curator icon indicating copy to clipboard operation
filament-curator copied to clipboard

A media picker plugin for Filament Panels.

Results 12 filament-curator issues
Sort by recently updated
recently updated
newest added

~still draft... ... one moment plz.~ [the issue](https://discord.com/channels/883083792112300104/1217198675067932812/1217198677282652241)

### Filament Version v3.2.61 ### Plugin Version v3.5.2 ### PHP Version 8.3 ### Problem description While using the CuratorPicker with single relation we can select multiple images while uploading and...

bug

Removed `&& config('livewire.temporary_file_upload.directory') !== null` from Form/Uploader on [Line 103](https://github.com/onairmarc/filament-curator/blob/d3249372578be92e12a2e2e3330381cfe0c27e5e/src/Components/Forms/Uploader.php#L103) due to a breaking change. Livewire's config file defaults to `null` for `livewire.temporary_file_upload.directory`. If this config key has a value...

### Filament Version v3.2.35 ### Plugin Version v3.5.0 ### PHP Version PHP 8.3.3 ### Problem description Unable to insert/select image after uploading animated webp images, because the Intervention Image package...

bug

### Filament Version v3.2.79 ### Plugin Version v3.5.7 ### PHP Version 8.2.17 ### Problem description When I try to add a video file (.mp4), I get an error : Undefined...

bug

### Filament Version v3.2 ### Plugin Version v3.6 ### PHP Version PHP 8.2 ### Problem description _Creating a new issue because [#491](https://github.com/awcodes/filament-curator/issues/491) was closed without any explanation._ Attempting to upload...

bug

After a rework of the previous PR, and a fix on issue #529 a fix has been implemented, now supporting pivot morphable table and collections in the pivot table. in...

My proposal for solving https://github.com/awcodes/filament-curator/discussions/567 This re-introduces the `getUploadedFileNameForStorageUsing` method from the base class into the `saveUploadedFileUsing` code. The original name generation code is extracted into the `getSuggestedFileName` function, which...

### Filament Version v3.2.121 ### Plugin Version v3.6.11 ### PHP Version PHP 8.3.0 ### Problem description When defining a `MediaPolicy.php` file, I set the `delete()` method to always return `false`....

bug

### Filament Version 3.2 ### Plugin Version v3.x.x ### PHP Version 8.3 ### Problem description When I try to install into an existing Filament project, this is the composer output:...

bug