02-01-2017, 11:19 PM
Awesome! Glad it worked. One other fun thing is that when you're redirecting, you can do
Redirect::to('http://yourpage.com?err=Your+message+here!');
And it will flash that message on the screen after the redirect, which is great for carrying error and success messages across redirects.
Redirect::to('http://yourpage.com?err=Your+message+here!');
And it will flash that message on the screen after the redirect, which is great for carrying error and success messages across redirects.