tomeet/reviews

There is no license information available for the latest version (1.0.5) of this package.

tomeet reviews

1.0.5 2021-11-05 09:32 UTC

This package is auto-updated.

Last update: 2024-04-08 08:01:44 UTC


README

Installing

$ composer require tomeet/reviews

Configuration

This step is optional

$ php artisan vendor:publish --provider="Tomeet\\Reviews\\ReviewServiceProvider" --tag=config

Migrations

This step is required, you can publish the migration files:

$ php artisan vendor:publish --provider="Tomeet\\Reviews\\ReviewServiceProvider" --tag=migrations

then create tables:

$ php artisan migrate