Download the PHP package portedcheese/variation-cart without Composer
On this page you can find all versions of the php package portedcheese/variation-cart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download portedcheese/variation-cart
More information about portedcheese/variation-cart
Files in portedcheese/variation-cart
Download portedcheese/variation-cart
More information about portedcheese/variation-cart
Files in portedcheese/variation-cart
Vendor portedcheese
Package variation-cart
Short Description Cart for product variations
License MIT
Package variation-cart
Short Description Cart for product variations
License MIT
Please rate this library. Is it a good library?
Informations about the package variation-cart
Variation Cart
Добавление корзины товаров в каталог
Install
php artisan migrate
php artisan vendor:publish --provider="PortedCheese\VariationCart\ServiceProvider" --tag=public --force
php artisan make:variation-cart
{--all : Run all}
{--models : Export models}
{--observers : Export observers}
{--controllers : Export controllers}
{--policies : Export and create rules}
{--only-default : Create default rules}
{--scss : Export scss}
{--vue : Export vue}
Config
Выгрузить конфигурацию:
php artisan vendor:publish --provider="PortedCheese\VariationCart\ServiceProvider" --tag=config
Переменные конфигурации:
cartFacade - Класс фасада для корзины
cartSiteRoutes(true) - Использовать роуты для сайта из пакета
showCartIco(true) - Показать иконку корзины
showCartDiscount(true) - Показывать скидки в корзине
enableCart(true) - Включить корзину
All versions of variation-cart with dependencies
PHP Build Version
Package Version
Requires
portedcheese/product-variation Version
^3.0
The package portedcheese/variation-cart contains the following files
Loading the files please wait ....