JustNoOne
Filament shield resource not showing on admin panel
i have created 3 other panels, then the roles resource didn't appear on the admin panel.
also the other pages like general settings and mail settings that come with the riodwanto/superduper-filament-starter-kit
need help
5 replies
email verification with UUID on user model
Please help me fix this
It seems that making the id of the user model into a uuid, produces problems on the email verification
can someone help me?
the email was being sent to the mail but when i click the link
the user's "email_verified_at" wasn't touched, and loaded back to the login page
8 replies
Database notification on Custom Page
Unable to find component: [filament.livewire.database-notifications]
This appears when the custom page is loaded.
Im not using a SimplePage. the Whole page loaded perfectly before i implemented the database notification. Now, it still loaded but that error pops up.
that custom page has livewire custom components, I've tried adding "use HasDatabaseNotifications;" on the php file and "@livewire('database-notifications')" on the blade file but it still doesn't work
https://flareapp.io/share/oPRZdNZP
A help is very much appreciated.
3 replies