cslant/laravel-like

A package providing πŸ‘ like, πŸ‘Ž dislike and love ❀️ or unlike βœ‹features features for Laravel applications.

Fund package maintenance!
tanhongit

v1.0.5 2024-10-11 09:36 UTC

This package is auto-updated.

Last update: 2024-10-27 17:16:56 UTC


README

The interaction for User πŸ‘ like, πŸ‘Ž dislike, and love ❀️ features for Laravel Application.

Laravel Like Package

License Latest Version Total Downloads Test Status Code Style Status Quality Score

πŸ“ Introduction

This package provides an interaction way to add like πŸ‘, dislike πŸ‘Ž, and love ❀️ features to your Laravel application.

It is easy to use and can be customized to fit your needs.

πŸ“‹ Requirements

  • PHP ^8.1
  • Laravel ^9.0|^10.0|^11.0

πŸ“– Official Documentation

The detailed documentation is in the Laravel Like Package - Official documentation.

πŸ”§ Installation

You can install the package via Composer:

composer require cslant/laravel-like

Configuration and Migrations

You can publish all the necessary configuration and migration files by running the following command:

php artisan vendor:publish --provider="CSlant\LaravelLike\LikeServiceProvider"

After the configuration file has been published, you can run the migration:

php artisan migrate

πŸ“„ License

The MIT License (MIT). Please see License File for more information.

πŸ™ Acknowledgement

This package is inspired by the laravel-like package by overtrue. I have added some additional features and improvements to the package.