wink icon indicating copy to clipboard operation
wink copied to clipboard

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

Open manshu opened this issue 2 years ago • 1 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.

manshu avatar Jun 09 '22 14:06 manshu

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.

tvbeek avatar Aug 30 '22 10:08 tvbeek

You can listen to eloquent events on the Post model.

themsaid avatar Apr 28 '23 13:04 themsaid