jaocero
422 (Unprocessable Content)
You need to change the livewire config to change to 120MB since its default to 12MB. Tutorial https://laraveldaily.com/post/laravel-filament-how-to-upload-video-files
5 replies
open modal on page load
This is how I do also in my current project. You can insert a renderhook at the bottom of the content make a livewire component and put it inside the render hook blade:
now then inside your livewire component blade this is what I do:
I maybe complicate things so it works for me
10 replies
modal with mutateData
@cenksen I didn't tried it yet but you can go to your list collection you can see the
Actions\CreateAction::make()
there or go to your create collection resource then you can modify the saving of data using:
again I din't try it yet17 replies