Team-Tea-Time / laravel-forum

A slim, lean forum package designed for quick and easy integration in Laravel projects
https://laravel-forum.teamteatime.net/
MIT License
601 stars 165 forks source link

Expand events #219

Closed Riari closed 3 years ago

Riari commented 4 years ago

Expand on the current set of user-orientated events, especially for special scenarios where Eloquent's built-in events either aren't a good fit or don't trigger at all. We should probably have one per form request / action, for example new BulkDestroyedThreads($threads, $rowsAffected);.