Overview

Commenter is a feature-rich, modern package with an admin panel designed to address all your commenting needs. With this package, you won't need any additional tools for the comment functionality in your Laravel projects.

Here are some drawbacks of existing commenting packages:

  • Outdated: Uses outdated technologies and is not actively maintained.

  • Lack of Features: Missing many essential features.

  • No Admin Panel: Requires additional time to implement an admin panel independently.

  • Bad Design: Interfaces are not user-friendly.

  • Not Mobile Responsive: Not optimized for mobile devices.

  • Performance Issues: May cause performance slowdowns.

  • Lack of Configurability: Limited options for customization and configuration.

Due to these issues, most companies tend to opt for commercial packages or plugins. However, spending extra money on commercial packages reduces the company's overall profit. This package is developed to address all these shortcomings.

<html>
<head>
    @commentsStyles
    @livewireStyles
    
    @commentsScripts
    @vite(['resources/js/app.js'])
</head>
<body>
    {{ $slot }}
 
    @livewireScriptConfig 
</body>
</html>

Reference : https://lakm.gitbook.io/commenter