tomeet/reviews

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

tomeet reviews

Installs: 9

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tomeet/reviews

1.0.5 2021-11-05 09:32 UTC

This package is auto-updated.

Last update: 2025-10-08 11:08:09 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