siripravi / luya-module-ecommerce
电商模块
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', // ... ], ];