I\'m trying to get my flash message to display.
This is in my routing file
Route::post(\'users/groups/save\', function(){ return Redirect::to(\'users/g
This link describes how to do this http://vegibit.com/flash-messages-in-laravel/
Just tried with laravel 5 - works to me.