Mohamed Ayaou
Customize Create page and Edit page Action Labels
with overriding the transaltion files:
https://filamentexamples.com/tutorial/replacing-filament-button-or-table-text-globally-with-translation-strings
3 replies
Database Notification does not work
as @LeandroFerreira mentioned you have to run your worker (search how to run on a server for production)
in case you are using real-time server like pusher or reverb instead of DB pooling make sure they are running, e.g
php artisan reverb:start
4 replies
Form Loading Class
These some resources that may give you few ideas:
https://filamentexamples.com/tutorial/loading-indicator-live-slow-network-connection?source=search
https://filamentglow.com/trick/global-loading-indicator-d94846c4
7 replies