-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0 #6
3.0 #6
Conversation
@girardinsamuel looks like this needs to be updated for Masonite ORM? I see orator issues in the tests |
Yeah I have to migrate to Masonite ORM, and test a bit the features. Also I need to continue updating documentation in the related PR. |
Ok awesome. I discovered a way to see all pull requests in an organization lol. So I found this one from October of 2020 .. lol. Can add whatever filters you need in the filter bar |
@josephmancuso I have completed to refactor this package for 3.0 and to add features.
It was a big work, hope you'll like this 💪 🚀 Maybe after releasing this we should integrate this package into Masonite core, this should be quick. |
Refactoring
New features
database
driver to save notifications in databasebroadcast
driver to broadcast notificationsvonage
driver with Vonage(Nexmo) SMS service => after this one all others will be in external packages.Notifiable
mixin to set app models notifiable (such as User).mail
andslack
driver to be more flexibleAdd Event handling with=> in an other PR latermasonite-events
Documentation
has been entirely rewritten and available MasoniteFramework/docs#131
Fixes #2
Fixes #1