S3 File Uploads
Guys, what am I missing? My S3 storage driver works fine in laravel, but when using FileUpload as per:
Nothing is uploaded to S3 and instead stays in the Livewire Tmp Dir. Why...
Nothing is uploaded to S3 and instead stays in the Livewire Tmp Dir. Why...
Solution
make sure youre using getState() and not manually accessing the data from Livewire