For AI agents: visit https://laravel-love.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
Laravel LoveDocumentationGit Repository
Documentation
DocumentationGit RepositoryLog InLaravel Love
Documentation
Log In
Testing

Preface

  • Introduction
  • Features
  • System Design
  • Implementation Highlights

Installation

  • System Requirements
  • Installation Instructions
  • Upgrade Guide

Setup

  • Manage Reaction Types
  • Setup Reacterable
  • Setup Reactable

High-level API

  • Reacterable
  • Reactable
  • Reacter Facade
  • Reactant Facade
  • Reacterable Filtering
  • Reactable Ordering
  • Reactable Filtering
  • Reaction Events

Low-level API

  • ReactionType
  • Reacter
  • Reactant
  • Reaction
  • ReactionCounter
  • ReactionTotal

Performance

  • Eager Loading
  • Aggregation Queue

Customization

  • Custom Jobs Dispatching
  • Migration Customization
  • Models Registration
  • Extending Functionality
  • Custom Setup Migrations
  • Custom Database Storage

Development

  • Contribution Guide
  • Testing

Troubleshooting

  • Recount Statistics
  • Restore Missing Reacters
  • Restore Missing Reactants

Meta

  • Security
  • Alternatives
  • License
  • CyberCog
Powered by 

Testing

Suggest Edits

On code changes run the PHPUnit tests to be assure that public API is not broken.

vendor/bin/phpunit

Updated over 3 years ago