Getting started
Integrate user interactions to your Laravel application like: followers, subscribers, likes, participants, etc
Last updated
Integrate user interactions to your Laravel application like: followers, subscribers, likes, participants, etc
Last updated
First install it using Composer:
Then publish the required database migrations and config file:
Run the migrations and you're almost all setup, now you need to configure the interactable models to be able to query and perform interactions from and into these models.
For example for your User model:
And the models where your users will interact into:
And you are all set! 🎉