Skip to content

Laravel Like Package. User πŸ‘ like, πŸ‘Ž dislike, ❀️ love and unlike features for Laravel Application.

License

Notifications You must be signed in to change notification settings

cslant/laravel-like

Repository files navigation

laravel-like

User πŸ‘ like and πŸ‘Ž dislike features for Laravel Application.

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

πŸ“ Introduction

This package provides a simple way to add like πŸ‘, dislike πŸ‘Ž, and love ❀️ or unlike 🀚 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

πŸ”§ 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

About

Laravel Like Package. User πŸ‘ like, πŸ‘Ž dislike, ❀️ love and unlike features for Laravel Application.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 5

Languages