edvinaskrucas / notification

Notification package for Laravel
MIT License
525 stars 99 forks source link

get notifications in array #56

Closed ghost closed 9 years ago

ghost commented 9 years ago

I want something like this:

array(
    "info" => ["info", "messages"],
    "error" => ["error", "messages"]
    // etc...
);
edvinaskrucas commented 9 years ago

Can you post more details on this?