Laravel – How can i automatically insert the currnet user_id after submitting a form in Filament v3.0
I'm currently working on a project in FilamnentPHP v3 and I am trying to figure out how to automatically pass the current user_id to my database-entity. I thought of creating a hidden input-field and setting the default value of the…