Laravel 4 how to display flash message in view?

后端 未结 11 1018
粉色の甜心
粉色の甜心 2021-02-04 00:33

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         


        
11条回答
  •  醉酒成梦
    2021-02-04 01:15

    This link describes how to do this http://vegibit.com/flash-messages-in-laravel/

    Just tried with laravel 5 - works to me.

提交回复
热议问题