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
Requires
- jiannei/laravel-response: ^4.0
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