I want to build an app with laravel 5 & dropbox API in which I want the API allow/cancel-warning to be displayed when you land on the homepage, not when you click a butt
Can do this,
use Redirect; return Redirect::to('your url');
Or just,
return \Redirect::to('your url');