Premium Video Tutorial
Premium Members Only
This advanced tutorial is available exclusively to Laravel Daily Premium members.
Join Premium - $29/month
Already a member? Login here
Premium membership includes:
Access to all premium tutorials
Video and Text Courses
Private Discord Channel
Very interesting. As a follow-up: how would you go about doing the more "active" logging in filament? Because filament hides a lot of the "boilerplate" controller/component stuff where you would normally put your loging code. Are there any tricks or best practices?
Good question, probably need a separate video on that.
One way is Customizing the creation process
Another way is to use Observers and call
activity()from there.