Martin Oscar
use `configureUsing` to avoid repetition
Well lets forget the whole override thing imagine i want to use instead
the fields still aren't revealable() even though that var is true
@see
Also i don't know why but they are not revealable() by default unless i tell the component to be even if (bool) $panel->arePasswordsRevealable = true
23 replies
use `configureUsing` to avoid repetition
I see, that's what i'v done without success, it works for you cause its setting "hardcoded" stuff whereas i need to check if the $component has the
bool isPassword = true
Also you should put
under your PanelProvider instead of a register method
@see
Assuming you are using Filament 3.x23 replies
use `configureUsing` to avoid repetition
Ok so i made a middleware with a
configureUsing()
method and added it to $panel->middleware([])
inside AdminPanelProvider but the debug no longer appears on the page so it doesn't seem like it cares one bit
Moved it to handle(), debug is back but it still always returns false
23 replies
use `configureUsing` to avoid repetition
Do you need to import the
ConfigurationServiceProvider
somewhere else for it to get called later or bootstrap/providers.php
should do the job ? cause mine is still too early just like if i made that under boot no change at all23 replies