Overview of Laravel Acquaintances capabilities
masterLaravel Acquaintances is a lightweight package designed to add social capabilities to Eloquent models without requiring a monolithic framework dependency. It provides the following core features:
- Friendships: Manage connections between models using groups.
- Verifications: Implement peer attestations using groups.
- Interactions: Support for Follow, Like, Favorite, Report, Subscribe, Vote, and View actions.
- Ratings: An advanced, multi-type rating system.
It is built to be modular and works with various Illuminate components.