Laravel Spatie error [ Target class [role] does not exist. ]
Here is the perfect example of Laravel spatie error [ Target class [role] does not exist. ].
The middleware file after created have to call in kernal file.
app/Http/Kernel.php
protected $routeMiddleware = [
...
'role' => \App\Http\Middleware\UserRoleCheck::class,
];