tomeet / reviews
tomeet reviews
Installs: 9
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tomeet/reviews
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