fanamurov / larrock-discount
Discounts in catalog component for larrockCMS
v1.2.1
2018-04-07 13:06 UTC
Requires
Requires (Dev)
- davejamesmiller/laravel-breadcrumbs: 5.*
- doctrine/dbal: ^2.5.2
- fanamurov/larrock-core: ^1.0
- laravel/framework: 5.6.*
- mockery/mockery: ^1.0.0
- nicolaslopezj/searchable: ^1.9
- orchestra/testbench: ~3.5.0|~3.6.0
- phpunit/phpunit: ^6.2|^7.0
- proengsoft/laravel-jsvalidation: ^2.0
- spatie/laravel-medialibrary: ^7.0.0
This package is auto-updated.
Last update: 2024-11-14 16:23:06 UTC
README
Depends
- fanamurov/larrock-core
- fanamurov/larrock-catalog
- fanamurov/larrock-category
INSTALL
- Install larrock-core, larrock-catalog, larrock-category
- Install larrock-discount
composer require fanamurov/larrock-discount
- Add the ServiceProvider to the providers array in app/config/app.php
//LARROCK COMPONENT DISCOUNT DEPENDS
\Larrock\ComponentDiscount\LarrockComponentDiscountServiceProvider::class
- Publish views, migrations etc.
$ php artisan vendor:publish
Or
$ php artisan vendor:publish --provider="Larrock\ComponentDiscount\LarrockComponentDiscountServiceProvider"
- Run artisan command:
$ php artisan larrock:check
And follow the tips for setting third-party dependencies
- Run migrations
$ php artisan migrate
##START http://yousite/admin/reviews