Posts by Paulo Ricardo • 16 points
2 posts
-
0
votes1
answer877
viewsA: redirect()->back() return with variable
with will send key 'user' value ' $user' by Session, then you can recover so in Blade: @if (session('usuario')) {{ session('usuario') }} @endif
-
0
votes2
answers173
viewsA: White stripe below the footer in the Airship with Adminlte
In the directory settings config/adminlte.php, which is the template settings change file. This file is obtained by command in the php terminal artisan vendor:publish…