For those who have problems with the "Users" page, I solved it like this:
You open:
/core/app/Http/Middleware/Authenticate.php
Search:
public function handle($request, Closure $next)
Edit with:
public function handle($request, Closure $next, ...$guards)