Closed crynobone closed 13 years ago
Requested by @mknx
You can actually use \Config::set('app.auth._route_.after_login', 'new_path'); to change a config value per that request. Value will be reset to default once the request is completed
\Config::set('app.auth._route_.after_login', 'new_path');
Requested by @mknx