mdbootstrap / adminlte-laravel

A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
MIT License
1.81k stars 508 forks source link

Redirect to login #49

Closed marioene closed 8 years ago

marioene commented 8 years ago

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 commented 8 years ago

See:

https://github.com/acacha/adminlte-laravel/issues/47

or

https://github.com/acacha/adminlte-laravel#laravel-routes