MZX
Database Notifications do not pop up?
I switched to database notifications from the regular ones, and the notifications do pile up inside the sidebar (after every polling interval) but they don't pop up. I would like them to pop up. How can I do that?
5 replies
Translate Resource and Fields
I am using the Language Switch plugin, and it translates everything automatically except the User defined stuff such as the Resources and the Fields inside. Now I know I have to make a custom file for it, but how exactly do I do it?
3 replies
Use multiple guards for auth?
I have User, Employee, and Client models, and all of them will use the same Panel.
I have set up the guards and everything, but the filament function
only allows me to put one guard, so what are my options here? (I know I can make separate panels, or just make one User table with types, but I would rather have it the way I want)
2 replies
Fileupload not showing on Filament panel
I have a normal front-end using laravel, which has a form submission. The file uploads are stored to storage/app/directory_name/file_name
But when I open the admin panel to see that record, it shows no file. The file will only show up if i save the record again after uploading the files through filament.
Filament is set to use local storage.
2 replies