Posts by David Gina • 1 point
1 post
-
0
votes1
answer31
viewsQ: I need to receive value from a redirect with with in controller
In my class loginController I make the following way: return Redirect::to('home')->cookie($nome)->cookie($sessionid)->with('cnpj',$cnpj); I need to have that data $cnpj to pass on the…