Whoops, looks like something went wrong.
1/1
FatalErrorException in ArticlesController.php line 57:
Class 'App\Http\Controllers\Auth' not found
in ArticlesController.php line 57
at HandleExceptions->fatalExceptionFromError(array('type' => '1', 'message' => 'Class 'App\Http\Controllers\Auth' not found', 'file' => '/home/vagrant/Code/laravel/my_project/app/Http/Controllers/ArticlesController.php', 'line' => '57')) in HandleExceptions.php line 116
at HandleExceptions->handleShutdown()
I am still having a problem with including the path to the Auth folder. When I include it at the top and try to use Auth:: it still has no idea where this is. Instead of using Auth:: on its own I tried to define it more explicitly in the code using Controllers/Auth:: which seems to work but in that case the method user() cannot be found :-/