/comments

Model related comments by using Laravel and Livewire.

Primary LanguagePHPMIT LicenseMIT

Model related comments by using Laravel and Livewire.

A simple comment plugin built by using Laravel and Livewire.

Installation

You can install the package via composer:

composer require joni-dot/comments

You can publish and run the migrations with:

php artisan vendor:publish --provider="JoniDot\Comments\CommentsServiceProvider" --tag="comments-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="JoniDot\Comments\CommentsServiceProvider" --tag="comments-config"

Usage

...

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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