Why are the attachments not saved in the media table even though I am using a Custom page?
Why are the attachments not saved in the media table even though I am using a Custom page?
5 Replies
Did you read the readme?
The field will automatically load and save its uploads to your model. To set this functionality up, you must also follow the instructions set out in the setting a form model section. If you're using a panel, you can skip this step.https://github.com/filamentphp/spatie-laravel-media-library-plugin
Yes ,I read that,but that using with resource not custom page π
but that using with resource not custom pageWhere did you read that? It explicitly says this step is needed when not using the Panel/Resources. So it applies to any usage of the forms in a Livewire component including custom pages
see my code in up
I saw your code