you can add the following line of code in the bootstrap/app.php and it should do the work.
->withMiddleware(function (Middleware $middleware) { $middleware->alias([ 'role' => RoleMiddleware::class, ]); })