themsaid/wink

A notification should be created once the new post is created.

manshu opened this issue · 2 comments

I am not sure if this feature is already recommended. I'd be happy to see an event created when a post is created in the system.

You can already use an observer for it: https://laravel.com/docs/9.x/eloquent#observers

But I think a PR with specific events can be a nice addition.