Liking Content
Learn how to add like, dislike, and love interactions to your Eloquent models using the Laravel Like package.
Unliking Content
Learn how to remove interactions (unlike, undislike, unlove) from content in your Laravel application using the Laravel Like package.
Check if Interacted
Learn how to check if users have interacted with content in your Laravel application using the Laravel Like package.
Toggle Interactions
Learn how to use the toggle() method to switch between like, dislike, and neutral states with the Laravel Like package.