anticopyright-code/commerce-theme
Composer 安装命令:
composer require anticopyright-code/commerce-theme
包简介
Zero development for commerce theme on badaso
README 文档
README
badaso/commerce-theme
Official e-commerce theme for badaso commerce module
Installation
- Install badaso first with commerce module installed. After that, you can install the module with the following command.
composer require badaso/commerce-theme
- Run the following command to easily setup the theme.
php artisan migrate php artisan badaso-commerce-theme:setup composer dump-autoload php artisan db:seed --class=BadasoCommerceThemeSeeder
- Add the plugins to your
MIX_BADASO_MODULESto.env. If you have another plugins installed, include them using delimiter comma (,).
MIX_BADASO_MODULES=commerce-theme
- Add the plugins menu to your
MIX_BADASO_MENUto.env. If you have another menu, include them using delimiter comma (,).
MIX_BADASO_MENU=admin,commerce-theme
- Fill the other variables in .env file.
MIX_COMMERCE_WEB_ROUTE_PREFIX=commerceSet prefix for the theme.CRON_EXPIRED_ORDER="*/5 * * * *"Set the cron job to check for expired orders.
Acknowledgements
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2022-10-20