thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
897 stars 295 forks source link

Need to modify 'chatter.discussion.store' route to check for permission #282

Open yelnyafacee opened 4 years ago

yelnyafacee commented 4 years ago

Hi, is there some way to modify the chatter.discussion.store route?

the route is pointing to DevDojo\Chatter\Controllers\ChatterDiscussionController@store

I saw in another issue here that recreating the class is impossible, so is there any way to modify @store to check for permission ( use permission to decide available input categories for the post ) ? Thanks