laravel-notify
laravel-notify copied to clipboard
using put and pull instead of flash and get to ensure the message getting shown
Rewritten the use of flash and get to use put and pull. This way the system ensures the message have been displayed in case the site uses multiple calls/loads. It also provides a wider support/range for those who have difficulties and issue with their sessions due to the multiple loads of their page.
I extended this with another pull request, the second part allow to show multiple notify at once. Displaying them underneath each other
Please can you resolve conflit before push again?