fanamurov/larrock-cart

Cart to catalog component for larrockCMS

v1.1.13 2020-04-09 03:42 UTC

This package is auto-updated.

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


README

Depends

  • fanamurov/larrock-core
  • fanamurov/larrock-catalog
  • fanamurov/larrock-category
  • fanamurov/larrock-users
  • gloudemans/shoppingcart
  • artem328/laravel-yandex-kassa

INSTALL

  1. Install larrock-core, larrock-catalog, larrock-category
  2. Install larrock-cart
composer require fanamurov/larrock-cart
  1. Add the ServiceProvider to the providers array in app/config/app.php
//LARROCK COMPONENT Cart DEPENDS
\Larrock\ComponentCart\LarrockComponentCartServiceProvider::class,
//https://packagist.org/packages/gloudemans/shoppingcart :: Корзина для каталога
Gloudemans\Shoppingcart\ShoppingcartServiceProvider::class,
//https://github.com/artem328/laravel-yandex-kassa
Artem328\LaravelYandexKassa\YandexKassaServiceProvider::class,

aliases

'Cart'          => Gloudemans\Shoppingcart\Facades\Cart::class,
'YandexKassa' => Artem328\LaravelYandexKassa\Facades\YandexKassa::class,
  1. Publish views, migrations etc.
$ php artisan vendor:publish

Or

$ php artisan vendor:publish --provider="Larrock\ComponentCart\LarrockComponentCartServiceProvider"
$ php artisan vendor:publish --provider="Gloudemans\Shoppingcart\ShoppingcartServiceProvider"
$ php artisan vendor:publish --provider="Artem328\LaravelYandexKassa\YandexKassaServiceProvider"
  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/cart