Comments Versions Save

Native comments for your Laravel application.

4.5.0

3 years ago

laravelista/comments now support PHP 7.4 and PHP 8

4.3.0

3 years ago

Uses Bootstrap CSS instead of Tailwind CSS which is the default in Laravel 8. Fixes issue when having the component on a deeper URL would generate incorrect URLs.

4.2.0

3 years ago

By default set to 3, but it can be changed. See the readme on how.

4.1.0

3 years ago

Big thanks to @GrassiSupport for making this happen.

4.0.0

3 years ago

Requirements:

  • PHP 7.4
  • Laravel 8 only

3.5.0

4 years ago

I haven't tested it yet, so let me know if there are any errors so that I can fix them asap. I'm planning to implement workbench for testing so that I don't have to test everything by hand every time.

3.4.0

4 years ago

Changelog:

  • Added soft deletes @Riaan-ZA
  • Added UPGRADE.md

Thank you for contributing ❤️

3.3.0

4 years ago

Changelog:

  • Added route names @fey

Thank you for contributing :heart:

3.1.0

4 years ago

Changelog:

  • Added Spam protection when guest commenting is enabled @rocramer
  • Added Laravel 6 support @joelwmale
  • Added performance improvements with nested comments @guratr
  • Fixed guest validation rules @rocramer

Thank you everyone for contributing :heart:

3.0.0

4 years ago
  • non-integer IDs
  • multiple user models
  • custom Comment model use
  • solved N+1 query problem
  • comment approval feature
  • guest commenting feature

Thanks to @eworwa for making this package support multiple user models and customization of the comment class.

Thanks to @bosunski for enabling publishing of migrations.