Installation
Install badaso first. After that, you can install the module with the following command.
composer require badaso/commerce-module
Run the following command to easily setup the module.
php artisan badaso-commerce:setup
php artisan migrate
composer dump-autoload
php artisan db:seed --class="Database\Seeders\Badaso\Commerce\BadasoCommerceModuleSeeder"Add the plugins to your
MIX_BADASO_PLUGINS
to.env
. If you have another plugins installed, include them using delimiter comma (,).MIX_BADASO_PLUGINS=commerce-module
Add the plugins menu to your
MIX_BADASO_MENU
to.env
. If you have another menu, include them using delimiter comma (,).MIX_BADASO_MENU=${MIX_DEFAULT_MENU},commerce-module
Fill the other variables in .env file.
COMMERCE_PRODUCTS_LIMIT_QUERY=10
Limit query browse on product, default is 10.MIX_PAYMENT_MODULE=commerce-module
Register the payment module.
Fill the payment config in
badaso-commerce.php
. For example:'payments' => ['Uasoft\Badaso\Module\Commerce\BadasoCommerceModule']
Your commerce module already installed and you can see the menu at the dashboard.
Next you can install the theme for the frontpage, you can see the available theme here