Vladyslav
Actions always should be cached?
I want to use my own action for field Forms\Components\Field and realized that calling a method (with action) from a blade template does not work and the action does not react in any way.
I explored the code a little and realized that actions should always be cached, right?
i suppose that i must use ->registerAction in my case. Could you help go to right way?
And how can pass my model to action as DI from blade template? The only way is to use it as $arguments?
2 replies
ax-load-css does not work
My registration
How i use it
JS loads successfully, but CSS doesn't want to load. If I just remove loadedOnRequest() from registration, then CSS loads properly. However, I want to use lazy loading. What am I doing wrong? For JS, it loads properly.
4 replies
Publish filament assets
How can i publish filament assets to public/vendor directory?
I want to serve static files via nginx and i don't want load files via routes
For now, i must change my nginx config for filament, cuz i get 404 error when i try to add cache to my static files.
this is my simple nginx config
6 replies