anticopyright-code / commerce-theme
Zero development for commerce theme on badaso
Fund package maintenance!
Open Collective
dev-main
2022-10-20 05:09 UTC
Requires
- badaso/commerce-module: ^0.3.2
- badaso/content-module: ^2.0
- badaso/core: ^2.0
- inertiajs/inertia-laravel: ^v0.6.3
- tightenco/ziggy: ^1.4
This package is auto-updated.
Last update: 2025-02-20 10:15:32 UTC
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_MODULES
to.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_MENU
to.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=commerce
Set prefix for the theme.CRON_EXPIRED_ORDER="*/5 * * * *"
Set the cron job to check for expired orders.