siripravi/luya-module-ecommerce

电商模块

安装: 9

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:luya-module

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

This package is auto-updated.

Last update: 2024-09-22 07:43:12 UTC


README

文件是用 module/create 命令创建的。

安装

要将模块添加到您的项目中,请进入配置文件的模块部分

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',
        // ...
    ],
];