Dos
Dos
FFilament
Created by Dos on 12/15/2024 in #❓┊help
Alpine component with ID [table] not found for package [filament/tables].
hi, I have multiple panels in filament, the resources are visible in the navigation, but the following exception is thrown when I try to see the resource: Exception Alpine component with ID [table] not found for package [filament/tables]. Has anyone had this issue? I have no idea what the cause might be. Please kindly help
3 replies
FFilament
Created by Dos on 10/29/2023 in #❓┊help
Optionally adding a morthOne relationship for the resource form
There is an Item model with a morphOne relationship to the Attachments model. In the ItemResource form when creating an Item, the ability to add an attachment for the item is also added, but it should be optional, not mandatory. The problem is that if I don't load the attachment, an error is returned because when I create Item at the same time it tries to create the Attachment relationship on null I would appreciate if anyone advise me If there is a way to add an attachment optionally ItemResource form? Section::make('Attachments')->schema([ FileUpload::make('url') ->required() ->downloadable() ->label('File'), ])->relationship('attachments')
8 replies
FFilament
Created by Dos on 9/3/2023 in #❓┊help
How to get selected value Select component from another step of the Wizard?
No description
4 replies