I am creating an application right now, where you can add different tasks. These tasks have a title, a description, a status, a created by, a created at, an updated by and an updated at.
Created at and updated at come automatically in laravel, but I would like to also add a way to see which user created the task, and which user updated it. Unfortunately I don't really know where to start, so any help would be highly appreciated.