syscover / pulsar-review
There is no license information available for the latest version (dev-master) of this package.
Review package
dev-master
2019-04-21 16:09 UTC
Requires
- php: ^7.1.3
This package is auto-updated.
Last update: 2024-10-22 04:16:19 UTC
README
Installation
Before install syscover/pulsar-review, you need install syscover/pulsar-core and syscover/pulsar-admin
1 - After install Laravel framework, execute on console:
composer require syscover/pulsar-review
Register service provider, on file config/app.php add to providers array
Syscover\Review\ReviewServiceProvider::class,
2 - Execute publish command
php artisan vendor:publish --provider="Syscover\Review\ReviewServiceProvider"
3 - And execute migrations and seed database
php artisan migrate
php artisan db:seed --class="ReviewTableSeeder"
4 - Execute command to load all updates
php artisan migrate --path=vendor/syscover/pulsar-review/src/database/migrations/updates