Advertisement
delucaspinto

[LARAVEL] 'Return Redirect' to actual page Laravel

Dec 17th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. //Return Redirect' to actual page Laravel
  2.  
  3. in controller
  4. return Redirect::back();
  5.  
  6. in page
  7. {{ URL::previous() }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement