Posts by Bruno Mangilli • 16 points
1 post
-
-1
votes1
answer41
viewsA: Request Laravel 5
You can save values in php’s Session with the function session(['chave' => 'valor ou variavel']); and retrieve them with the session()->get('chave'), but do not get confused with php and view…