if you use make:auth it defaults to auth/login for a path. But if you look at the Auth filter it defaults to /login as a path.
@@ -23,7 +23,7 @@ class AuthFilter {
}
else
{
- return Redirect::guest('login');
+ return Redirect::guest('auth/login');