Support the ongoing development of Laravel.io →
Views Blade Packages
Last updated 2 years ago.
0

Does anyone have any suggestions for this?

Last updated 2 years ago.
0

Jeffery,

Have you tied to dump $messages with var_dump to see if the results are really what you think are being passed? You are not going to see any results if there are more than one object being passes and the strict typing may be causing you an issue as well.

I haven't looked at the package you are using specifically, but have had pretty good luck with laracasts/flash:

https://github.com/laracasts/flash

There is also a good lesson on Laracasts on implementing it within Laravel.

Mike

Last updated 2 years ago.
0

I'm thinking what I"m wanting is to use a messages notification system like growl or pnotify because I want to be able to set configurations to it like set times for how long they show up to the user and define locations of where I want them to display.

Last updated 2 years ago.
0

I think you could get that functionality with the following jQuery package:

https://github.com/ifightcrime/bootstrap-growl

Last updated 2 years ago.
0

Yes however how can I do it so that when I have the list of users listed in a HTML table and a link is pressed that goes to the delete function that deletes the user and then goes back to the index function listing the users and shows the notification that the user was deleted successfully.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.