laravelir / commentable by miladimos

a commenting package for laravel
11
1
0
Package Data
Maintainer Username: miladimos
Maintainer Contact: miladimos@outlook.com (miladimos)
Package Create Date: 2025-02-18
Package Last Update: 2025-03-09
Language: PHP
License: MIT
Last Refreshed: 2025-03-30 15:00:04
Package Statistics
Total Downloads: 11
Monthly Downloads: 11
Daily Downloads: 0
Total Stars: 1
Total Watchers: 0
Total Forks: 0
Total Open Issues: 0
  • Starts
  • Forks Total Downloads

laravelir/commentable

a commenting package for laravel

Installation

  1. Run the command below to add this package:
composer require laravelir/commentable
  1. Open your config/app.php and add the following to the providers array:
Laravelir\Commentable\Providers\CommentableServiceProvider::class,
  1. Run the command below to install the package:
php artisan commentable:install

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.