Laravel 4 how to display flash message in view?

后端 未结 11 1001
粉色の甜心
粉色の甜心 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:17

    this should work at localhost and on host and i tried it.

    
    @if($success)
        

    {{ $success }}

    @endif

提交回复
热议问题