gty3 years ago Best Answer Level 1ReplyReport SpamYou can owerwrite the boot function in the model and set the user id in the created_by attribute using the auth() helper when creating the model. Or you can create an observer for your model and set the value when creating the model aswell. Like Reply 1 like