samyakshk/reviewrating

This package is for adding ratings and review on a content

Maintainers

Package info

gitlab.com/samyakshk/reviewrating

Issues

pkg:composer/samyakshk/reviewrating

Statistics

Installs: 4 147

Dependents: 0

Suggesters: 0

Stars: 0

v1.2.0 2022-03-30 12:24 UTC

README

Package for review,likes and dislikes

Getting started

Install the package by composer

    composer require samyakshk/reviewrating

Register provider in bootsrap/app.php

    $app->register(ReviewRatingServiceProvider::class);

use GeniusSystems\ReviewRating\ReviewRatingServiceProvider;

Migrate Database

    php artisan migrate

or more specifically

php artisan migrate --path=/vendor/samyakshk/reviewrating/src/database/migrations

For Endpoints documentation visit https://documenter.getpostman.com/view/424388/UVRHhhpo