๐Reactions
Defining Reactions
// comments.php
'reactions' => [
// Fill color is displayed after the current user reacted.
'angry' => ['position' => 'left', 'fill' => 'yellow'];
]Set Icon
Publish views
php artisan vendor:publish --tag=comments-viewsLast updated