Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Class "AppUser" not found

Go to config/auth.php and change this file
'providers' => [
        'users' => [
            'driver' => 'eloquent',
            'model' => AppModelsUser::class,
        ],
    ]
 
PREVIOUS NEXT
Tagged: #Class
ADD COMMENT
Topic
Name
3+4 =