Abdur Razzaque
What is the best way for Single Record View and Edit Page?
I want an option called "Settings". Where admin can View and Update some data like 'logo, 'favicon' footer-text' etc.
I'm not sure about filament Page is okay or not for this situation.
2 replies
Automatically generating forms and tables | doctrine/dbal
Sometimes this command generate the form and table data. But most of the time it's not work. I installed the package and give protected_fillable data to model, but it's still not working.
What should I do to find the problem?
Why this command not generating the data automatically?
22 replies
Conditional Form Input and Table Column
I want to create two types of data: 'image' or 'text.' That's why I've structured my code this way. Is there a more optimal approach? Additionally, I'd prefer to hide the 'Status' field on the Create form and reveal it in the Edit form. Please provide me with ideas on how to display input values in a table, where the value type can be either text or an image.
40 replies
I need to display input types conditionally in both the form and table columns.
If I select 'TextInput' from the 'value_type' dropdown, it will display the TextInput. However, if I choose 'Image,' the FileUpload will appear. By default, both the TextInput and FileUpload are hidden.
It might not be more challenging if TextColumn and ImageColumn are conditionally displayed based on the value type.
5 replies