In a Laravel app, you may want to assign `users` to `tasks` while also tracking who assigned each `user` to a `task`. By utilizing Laravel's model events on pivot tables, this is easily achievable. T...