laravel-log-reader icon indicating copy to clipboard operation
laravel-log-reader copied to clipboard

Laravel 8 throw an error

Open Myassar-AWJ opened this issue 3 years ago • 0 comments

the package depend on user model which is located in past version in app folder but not the directory is changed we need to edit the user-activity.php 'model' => [ 'user' => "App\Models\User" ],

and vendor\haruncpi\laravel-user-activity\src\Controllers\ActivityController.php

use App\Models\User; private $userInstance = "\App\Models\User";

Myassar-AWJ avatar Feb 09 '22 09:02 Myassar-AWJ