siripravi/luya-module-shopcart

Luya module for Shopcart

v1.1.0 2024-02-01 05:44 UTC

This package is auto-updated.

Last update: 2024-04-30 11:15:37 UTC


README

File has been created with module/create command.

Installation

In order to add the modules to your project go into the modules section of your config:

return [
    'modules' => [
        // ...
        'cartfrontend' => [
            'class' => 'siripravi\shopcart\frontend\Module',
            'useAppViewPath' => true, 
        ],
        'cartadmin' => 'siripravi\shopcart\admin\Module',
        // ...
    ],
];