edvinaskrucas / notification

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

Laravel Validation #75

Open mitchellklijs opened 7 years ago

mitchellklijs commented 7 years ago

Is it possible to add some functionality to easily add all Laravel Validation errors to a NotificationBag

emielmolenaar commented 7 years ago

That sure is possible. Why don't you create a PR?

mitchellklijs commented 7 years ago

I hope I've done it right. At least, it works for me.

See: https://github.com/edvinaskrucas/notification/pull/76