bamfura/tema-loja is a Laravel package for zero development for commerce theme on badaso.
It currently has 0 GitHub stars and 2 downloads on Packagist.
Install it with composer require bamfura/tema-loja.
Discover more Laravel packages by bamfura
or browse all Laravel packages to compare alternatives.
Last updated
Official e-commerce theme for badaso commerce module
composer require badaso/commerce-theme
php artisan migrate
php artisan badaso-commerce-theme:setup
composer dump-autoload
php artisan db:seed --class=BadasoCommerceThemeSeeder
MIX_BADASO_MODULES to .env. If you have another plugins installed, include them using delimiter comma (,).MIX_BADASO_MODULES=commerce-theme
MIX_BADASO_MENU to .env. If you have another menu, include them using delimiter comma (,).MIX_BADASO_MENU=admin,commerce-theme
MIX_COMMERCE_WEB_ROUTE_PREFIX=commerce Set prefix for the theme.CRON_EXPIRED_ORDER="*/5 * * * *" Set the cron job to check for expired orders.