10: Database Notifications part 2
In this lesson, you will work through Database Notifications part 2 as part of Filament V4 Beginner to Intermediate Course.
Caption excerpt: all right so when we edit the user we want to send out a notification that shows in this panel here the way to do that is if we say mutate before safe and for now we will just get rid of this comment if we go ahead now we have this bit here and for this we can use the notification facade we can make one here we could say for example user update as user has been successfully updated we would need to in this case actually say send to database and set this to you actually sorry we need to pass in the user here so of u...