DevMarketer / LaraFlash

A powerful and flexible flash notifications system. Improving over built-in Laravel Flash messaging functionality.
MIT License
64 stars 15 forks source link

Create Notification object for each flash notification #1

Closed jacurtis closed 7 years ago

jacurtis commented 7 years ago

Instead of a collection of strings, I want to enhance this by making it a collection of Notification objects. This will make the project much more flexible and allow us to interact with it similar to Eloquent.

Notification

jacurtis commented 7 years ago

We now use Notification object as of 9151358b69213bfcecc55b08b83bceef84bbf3b4