galli.roberto
How to translate slug
is called before middleware I cant change locale.
The solution is session.
In login set session(['locale', ''])
and in a boot method of provider use
App::setLocale(session()->get('locale'))
the code has to be improved.
I only check that in login filament doesn't register router, it can be work
7 replies
Action Modal - inside user menu
What is different from mine?
Button modal doesn't work.
Button link yes.
I have tried many approaches.
The unique that work is modal core concept
https://filamentphp.com/docs/3.x/support/blade-components/modal
7 replies
Repeater
I used in a wrong way.
I used two fields conditionally based on other field to save is_global value, because disabled don't save a value.
I mean, I need a toggle button readonly, but ->disabled() make hydratate false, so I fix setting ->diasbled()->dehydratate(true)
13 replies
Repeater
Too many call for each item, every item add, the item evaluation increase exponentially
this is for 3 item add.
Sth wrong happen or is it a normal behaviour?
If it is the normal behaviour, why? What is the purpose?
It happens for visible, I didn't have tried with ohers property
13 replies