walyson_
Notifications
Guys, have you ever had a problem with notifications?
I'm making an insertion in my customers table and I needed a notification to be displayed when registered.
Registration takes place through an end-point on a route that I created to receive an external request.
Reading the documentation I saw databaseNotifications.
There in my AdminPanelProvider I placed the property:
->databaseNotifications();
So far, it was a great show, it ran smoothly and appeared on the panel.
Then I ran the notification migration, everything was fine too.
I created a CustomerObserver observer, and in the creation function I did:
Also, in my EventServiceProvider in the method:
I made this modification.
However, despite everything, the notification was not registered in the bd nor displayed.
46 replies
:bangbang: CREATING A FILE MANAGER :bangbang:
Good night guys
I need to make a simple file manager.
The main idea is just for the user to be able to register and build folders and within the folders the possibility of registering subfolders or attaching files.
Can anyone help me with any ideas on how to build this on filament?
11 replies