siripravi/luya-module-ecommerce

Luya module for E commerce

v1.0.0 2024-01-30 17:49 UTC

This package is auto-updated.

Last update: 2024-04-23 11:54:02 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' => [
        // ...
        'catalogfrontend' => [
            'class' => 'siripravi\ecommerce\frontend\Module',
            'useAppViewPath' => true, // When enabled the views will be looked up in the @app/views folder, otherwise the views shipped with the module will be used.
        ],
        'catalogadmin' => 'siripravi\ecommerce\admin\Module',
        // ...
    ],
];