none223
none223
FFilament
Created by none223 on 3/8/2024 in #❓┊help
Input blade components
How do i get the input from the input box to the button?? is there something am i missing? <x-filament::input.wrapper> <x-slot name="prefix"> Month: </x-slot> <x-filament::input type="text" id="configname" wire:model="date" /> <x-slot name="suffix"> <x-filament::button wire:click="updateRecord({{"configname"}})"> New user </x-filament::button> </x-slot> </x-filament::input.wrapper>
2 replies
FFilament
Created by none223 on 3/1/2024 in #❓┊help
Configure blade files of dashboard and resources.
So i want to configure the dashboard and resources, and i found in internet that you can copy the default view into your app, and set the $view property on the page class to your view. The question is how do i do that? where can i find the default view? where will i paste it after i copied, and set the $view property.
19 replies
FFilament
Created by none223 on 3/1/2024 in #❓┊help
Provider/Panel Deletion
So i figured i only need one panel, and transferred everything there, so my question is how do i delete that panel?
4 replies
FFilament
Created by none223 on 2/25/2024 in #❓┊help
Blade, css, and js
Hello, is there any way to see the blade, css, js, livewire, etc. of each resources in filament?
7 replies