Mikazor
How to `->getOriginal()` from Model in `afterSave()` hook?
Yes. Observers do not work with mass updates. I need to create an event and a listener to handle mass updates, so my logging logic must be in different places. It's not convenient that's why I want to control my logging action from "controllers". Also, it's useful with filament actions that not change model
8 replies
Autofocus not working
I reproduced the bug. https://github.com/filamentphp/filament/issues/8296
This happens because
->sidebarCollapsibleOnDesktop()
in AdminPanelProvider25 replies