This is a fork of Laravel 5 commentable package prepared for Laravel 8 and php8.
- Add the following to your
composer.json
{
"name": "you-project-name",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/t1gor/laravel-commentable"
}
],
}
- Install the package normally:
composer require artisanry/commentable:8.0.0
That's it. Enjoy!