Majid Al Zariey
Two panels with two auth guards, logges me out from both
Might be because of
https://discordapp.com/channels/883083792112300104/883085267383226478/935484862788407336
12 replies
Wizard Step did not auto scroll to reveal heading only its active state and form changed.
For future reference and as this feature is not supported now,
Here is a workaround.
Step (1) Add this function to your app.js (Make sure to load it in your panel)
and Add this to your wizard
3 replies
Laravel 11 Filament 3 database notification help
Did you follow the docs
https://filamentphp.com/docs/3.x/panels/notifications
https://filamentphp.com/docs/3.x/notifications/database-notifications#overview
29 replies
Database Notification Actions are Not Saved on Database
This problem is very frustrating.
The solution is simple: use
sendToDatabase
after actions
are initialized.
When you use sendToDatabase
immediately after actions, it sends the notification to the database right away. This bypasses the actions
because they haven't been initialized yet.
This needs to be documented.17 replies