edvinaskrucas / notification

Notification package for Laravel
MIT License
526 stars 98 forks source link

Add metod has #70

Closed DJZT closed 7 years ago

DJZT commented 8 years ago

please, add metod

hasSuccess() hasErrors() and other

npostman commented 8 years ago

@DJZT Try my Pull Request #69 and see if that works for you. If so, let's hope it can be included soon.

npostman commented 8 years ago

When you use Composer, edit this in your composer.json to try it out:

"repositories": [
        {
            "type": "git",
            "url": "https://github.com/npostman/notification"
        }
    ],

"require": {
        ...,
        "edvinaskrucas/notification": "dev-feature/has_type",
        ...
    },
DJZT commented 8 years ago

@npostman Yes. I know it. But I do not have time to check. I think this is what I lacked

npostman commented 8 years ago

No worries. Let me know when you do find time to check this out. I hope this helps others with the same feature request.