Move all front-end templates into a skin folder; override some view calls to accomodate
This commit is contained in:
@@ -27,6 +27,11 @@ class LoginController extends Controller
|
||||
*/
|
||||
protected $redirectTo = '/home';
|
||||
|
||||
public function showLoginForm()
|
||||
{
|
||||
return $this->view('auth/login');
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new controller instance.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user