Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect to login #49

Closed
marioene opened this issue Feb 9, 2016 · 1 comment
Closed

Redirect to login #49

marioene opened this issue Feb 9, 2016 · 1 comment

Comments

@marioene
Copy link

marioene commented Feb 9, 2016

Hi,

How to redirect to login page?

I was trying with this code in my routes.php file, but not working (Pratt Landing page showing).

`
Route::get('/', function () {
    return view('auth.login');
});

Route::group(['middleware' => ['web']], function () { ...
`




@acacha
Copy link
Collaborator

acacha commented Feb 9, 2016

@acacha acacha closed this as completed Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants