fanamurov/larrock-reviews

Reviews component for larrockCMS

v1.1.5 2018-07-04 03:24 UTC

This package is auto-updated.

Last update: 2024-04-14 15:04:12 UTC


README

Depends

  • fanamurov/larrock-core
  • fanamurov/larrock-users

INSTALL

  1. Install larrock-core, larrock-users
  2. Install larrock-reviews
composer require fanamurov/larrock-reviews
  1. Add the ServiceProvider to the providers array in app/config/app.php
//LARROCK COMPONENT REVIEWS DEPENDS
\Larrock\ComponentReviews\LarrockComponentReviewsServiceProvider::class
  1. Publish views, migrations etc.
$ php artisan vendor:publish

Or

$ php artisan vendor:publish --provider="Larrock\ComponentReviews\LarrockComponentReviewsServiceProvider"
  1. Run artisan command:
$ php artisan larrock:check

And follow the tips for setting third-party dependencies

  1. Run migrations
$ php artisan migrate

##START http://yousite/admin/reviews