Rafael Augusto
Rafael Augusto
FFilament
Created by Rafael Augusto on 2/14/2024 in #❓┊help
Bad time setting up clusters
Just recreated the Panel provider using php artisan filament:install --panels and it worked. Seems like it needed to run php artisan filament:upgrade in order to clean cache stuff. Thanks @Leandro Ferreira!
3 replies
FFilament
Created by josecaubivasconcelosjunior on 7/6/2023 in #❓┊help
Dual display of notifications
Awesome, I've tried this in my application and it worked as well. Good job
6 replies
FFilament
Created by josecaubivasconcelosjunior on 7/6/2023 in #❓┊help
Dual display of notifications
And... I'm wrong. hahahah I've tested this approach but it does not work.
6 replies
FFilament
Created by josecaubivasconcelosjunior on 7/6/2023 in #❓┊help
Dual display of notifications
Hi @josecaubivasconcelosjunior. I may be wrong, but it seems to be that you'll need to throw an exception for that to work as you expect. In the EditRecord base class, line 104 calls the beforeSave hook, but if it just returns a notification, the save() method won't halt (line 109).
6 replies