You can view the all the changes on git.hazzardweb.com by logging in with your Envato account.
Replace laravel-comments
and run:
composer update hazzard/laravel-comments
php artisan vendor:publish --provider="Hazzard\Comments\CommentsServiceProvider" --tag=public --force
Additionally you may want to clear the config, cache, etc:
php artisan config:clear
php artisan route:clear
php artisan cache:clear
php artisan view:clear