-
|
Hi, I am getting the Trait 'Spatie\Activitylog\Traits\LogsActivity' error when trying to run The complete error is
Here's how I am using the Trait in my User model In other to display user activities in Laravel Nova backend, I created a customer I don't know why I still get this error even after running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
So I was able to handle this by running |
Beta Was this translation helpful? Give feedback.
So I was able to handle this by running
composer install. Apparently I needed to do that.