MacTavish
Open Modal after Action Execution to show the result
Is there any way to open a modal after execution to show bigger results like JSON/Large Text?
If that's not possible, is there a way to keep the modal open when confirm button is clicked and set the value of a field in the modal form area?
5 replies
"There are no commands defined in the "icons" namespace." when called via Widget Class
I have created a custom widget to execute some commands like sitemap generation, build caches, nuke caches. However, I am getting a namespace error. I have tried referencing command class in
Artisan::call()
but it didn't help.
Here's my code
16 replies
How to have 2 fields per row in full width tab?
I've used
Tabs::make('Tabs')->columnSpanFull()->tabs()
to create full width tabs. Now I can't seem to have 2 fields per row within the tab.
It probably sounds noobish but I just started filament now and been trying to get used with docs but unable to figure it out.15 replies