Added auth login control

This commit is contained in:
Dan Brown
2015-08-05 20:59:39 +01:00
parent 2aca1794de
commit 71e2e057cb
11 changed files with 213 additions and 46 deletions

View File

@ -23,6 +23,10 @@ class AuthController extends Controller
use AuthenticatesAndRegistersUsers, ThrottlesLogins;
protected $loginPath = '/login';
protected $redirectPath = '/';
/**
* Create a new authentication controller instance.
*