You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2018. It is now read-only.
Using phpStorm i get a notice in my controller:
in my controller:
Session::flash('message', $product->getName() . ' added to cart');in my View:
@if ($flash = Session::get('message')) <div class="alert alert-success alert-dismissible fade show"><button type="button" class="close" data-dismiss="alert">×</button>{{$flash}}</div> @endifBut the call works:
https://www.youtube.com/watch?v=WtJbyb7TgCk