mardi 10 juillet 2018

Laravel session message as toastr notifications

How to convert the below session message to Toastr message without changing the controller code. In short i want to use toastr for all session messages without touching the controller code.

@if (session('status'))
  <div class="alert alert-success" role="alert">
     
  </div>
@endif

I'm using basic bootstrap 4 and laravel 5.6



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2zy2CQy
via IFTTT

Aucun commentaire:

Enregistrer un commentaire