Wannes
Wannes
FFilament
Created by Jpac14 on 10/2/2024 in #❓┊help
Disable tenant slug
You don't need Filament it's tenancy when you're using stancl/tenancy
15 replies
FFilament
Created by F alko on 9/6/2024 in #❓┊help
Format Pivot fields in Relation Manager
You can concatenate the state right? "${$record->pivot->attr}${$record->pivot->attr2} Or create Pivot Model and define an attribute in there. And add ->using(YourPivotModel::class) to your relationship
6 replies
FFilament
Created by Wannes on 1/12/2024 in #❓┊help
SPA mode in Safari
No, I just disabled it
6 replies
FFilament
Created by Sector on 8/30/2024 in #❓┊help
Vite error
Did you run
npm install
npm run build
npm install
npm run build
15 replies
FFilament
Created by Wannes on 8/28/2024 in #❓┊help
Mount action after another action
Thank you! Exactly what I'm looking for 👌
5 replies
FFilament
Created by Thijmen on 2/7/2024 in #❓┊help
Page without tenancy prefix
You would have to create a new panel without tenancy
9 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
not an asociative array with true/false 😅
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
its just an array that has to be saved with the values
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
ooooh thanks
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
Its multiple (forgot to add that in the first snippet), but it is as in the larger one
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
Oh yes
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
No description
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
No 😅
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
Other fields in the form are working just fine
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
Yep
22 replies
FFilament
Created by Wannes on 5/7/2024 in #❓┊help
Togglebuttons selects everything
Custom page indeed
22 replies
FFilament
Created by Jessy on 5/6/2024 in #❓┊help
Wizard goToStep(x)
You can just add ->skippable()
13 replies
FFilament
Created by noOne on 5/6/2024 in #❓┊help
Multi tenancy with filament
youll probably want to create a different panel without tenancy than i guess
10 replies