minhquang/interaction

Interaction packge : like , dislike, view

dev-master 2022-10-05 17:24 UTC

This package is auto-updated.

Last update: 2024-12-05 22:19:56 UTC


README

This will send email to admin and save contact query in DataBase

Installation

composer require minhquang/interaction

Service provider

'providers' => [
    ...
    Minhquang\Interaction\Providers\InteractionServiceProvider::class
],

Publish vendor

php artisan vendor:publish