Open DavidChriss opened 23 hours ago
Hope #48 has been resolved for you. You can do that via config https://github.com/Lakshan-Madushanka/laravel-comments/blob/456e007dff37347b817563af462452a830be5563/config/comments.php#L52
Thank you @Lakshan-Madushanka However I didnt understand how to use it.. can you give me some light? Do I need to rename migration files first or.. what..
And Also that section 'reaction_model' => Reaction::class,
How to use it..
Can you please give me some guide Thanks..
Bug type
Behaviour
Commenter Version
2.0.6
Database
mysql
Description
Hello I have some suggestion for Laravel Commenter... First of all Thanks for the nice comment system for Laravel and Nice support
However I have a suggestion for database table names... instead of using general table names like "reactions" "comments" etc..
You should use unique name to avoid conflict with user database table names for example
Like / Example : "commenter_reactions", "commenter_comments", "commenter_guests" etc
In my case I was having "reactions" table already so to do migration I decided to rename my theme reactions table to post_reactions just to be able to use commenter.. and between those two they were having different structure so I can't let them share the same database name.. That require me to rename one of them
Thank you ❤️