🔨Installation
Step 1 :
composer require lakm/laravel-comments -W
Step 2 :
php artisan commenter:install
Step 3 :
Include styles in your layout.
<html>
<head>
@commentsStyles
</head>
</html>
Include scripts in your layout
<html>
<body>
@commentsScripts
</body>
</html>
Optionally you can publish the views using below command,
php artisan vendor:publish --tag=comments-views
Last updated
Was this helpful?