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
Notifications #362
Comments
@driesvints Did anything ever happen with this and did you ever get a chance to review the pull requests ? |
@taftse no sorry. I just don't have the time atm to spend much work on laravel.io or reviewing the prs. |
@joedixon has implemented this, correct? |
Not entirely. That was just the first phase. Second phase is realtime notifications with websockets. |
Ah I see. Any reason why you're choosing to go with websockets over polling with Livewire? |
We haven't exactly decided that yet. |
There's already a wip for this at #290. We can make use of the DB implementation to save notifications. Couple this to events and start with the reply notifications.
The text was updated successfully, but these errors were encountered: