-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
### What version of Laravel Excel are you using…
-
### Package
filament/filament
### Package Version
latest
### Laravel Version
11.23.5
### Livewire Version
_No response_
### PHP Version
8.3.11
### Problem description
`FileUpload::make('ori…
-
In my .env I have `FILESYSTEM_DISK=s3` and when I do `Storage::put('filename.txt', 'zzz')` through `php artisan tinker` filename.txt is created on my S3 bucket as I'd expect.
laravel-filemanager, o…
-
When using the addToMediaFromURL method, I'm receiving a Could Not Load Image error on the server, but not locally (I'm using Laravel Vapor) and not with other image formats.
The code below is wher…
-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
### What version of Laravel Excel are you u…
-
# Bug report
### What I did
Added dropzone as crud field
```
CRUD::field([
'label' => 'Image Gallery',
'name' => 'image_gallery',
'type' => 'dropzone',
…
-
I am using Vapor to host several applications, and I recently found that this imposes a 5mb (I could be wrong, but small) limit to file uploads.
Does Nova Filemanager support streaming to s3 instea…
-
Hi, more a question or set of questions than an issue.
Like a lot of people I guess I have a combination of requirements including Laravel app + elfinder + S3 storage + Glide.
I have most of it …
-
### Before feedback (在反馈之前)
- [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能)
### Describe Feature (描述功能)
Currently Laravel provides a way to set root of a filesy…
-
Installed on an existing project and added to tests, but when running the project in Sail the tests do not run. Running `sail artisan test --list-tests` does not show any tests. But running `php artis…