tomeet/reviews

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

tomeet reviews

Maintainers

Package info

github.com/tomeet/reviews

pkg:composer/tomeet/reviews

Statistics

Installs: 9

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.5 2021-11-05 09:32 UTC

This package is auto-updated.

Last update: 2026-03-08 12:03:05 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