chandachewe / comments
This is the laravel commenting system package which can be used in blogs, website sections and any other comments section in any laravel web application. Users can make comments and make replies to the comments
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2025-05-10 15:47:59 UTC
README
This is the commenting system which can be implemented on a blog or website to allow visitors to leave comments and make replies. It is made using PHP Laravel and Ajax jQuery.
Installation
- Am asssuming you have composer Installed in your Machine. Navigate to the root of your Laravel Project and open your CLI.
- run
composer require chandachewe/comments
- run migrations
php artisan migrate
- You can further customise the views comments by pulishing them. To publish the views run
php artisan vendor:publish --tag=chandachewe-comments
- Start making comments. Here is the route
/make_comment