davidtrushkov / marketplace

A file sharing website using Laravel 5.5
http://marketplace.davidtrushkov.com/
25 stars 22 forks source link

Added comment implementation with seeders #27

Closed davidtrushkov closed 6 years ago

davidtrushkov commented 6 years ago

Added so user can add comments with replies to a file page, and admin can delete comments. Along with seeders, CSS changes and implemented Google Recaptcha on post comment form

Also added one migration for comments table