Commit 7ba858dd authored by Taylor Otwell's avatar Taylor Otwell

Working on some customization.

parent 9083f48e
......@@ -18,4 +18,11 @@ class AuthController extends Controller {
use AuthenticatesAndRegistersUsers;
/**
* The path to send users after registration or login.
*
* @var string
*/
protected $redirectTo = '/home';
}
......@@ -18,4 +18,11 @@ class PasswordController extends Controller {
use ResetsPasswords;
/**
* The path to send users after passwords are reset.
*
* @var string
*/
protected $redirectTo = '/home';
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment