Skip to content

t1gor/laravel-commentable

 
 

Repository files navigation

[Laravel-8] Laravel Commentable

This is a fork of Laravel 5 commentable package prepared for Laravel 8 and php8.

Installation:

  • 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!

About

Fork of `artisanry/commentable` for Laravel 8

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%