rmsramos/activitylog

custom Causer name column

hatimox opened this issue · 0 comments

Package Version

v1.0

Laravel Version

v11

PHP Version

php 8.3

Problem description

i have a custom users table that doesn't contain a Name Column , so the user name column and the user name field are empty on the table and the form , any way to define what proverty should be used as a causer name to avoid customization of full resources ?

Expected behavior

have a method on the causer model to get the causer attribute that i want to show or a combination of attributes

Steps to reproduce

install the package and change the column name of the User Model and try

Reproduction repository (issue will be closed if this is not valid)

https://github.com

Relevant log output

No response