skijasi/commerce-theme

Opis skijasi

Fund package maintenance!
Open Collective

Installs: 95

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:Vue

dev-main 2024-04-26 19:37 UTC

This package is not auto-updated.

Last update: 2024-04-26 19:38:15 UTC


README

Skijasi logo

skijasi/commerce-theme

Official e-commerce theme for skijasi commerce module

Try live demo


Skijasi StyleCI Total Downloads Latest Stable Version

screencapture-skijasi-dashboard-uatech-co-id-dashboard-crud-2021-03-17-09-57-08-1

Installation

  • Install skijasi first with commerce module installed. After that, you can install the module with the following command.
composer require skijasi/commerce-theme
  • Run the following command to easily setup the theme.
php artisan migrate
php artisan skijasi-commerce-theme:setup
composer dump-autoload
php artisan db:seed --class=SkijasiCommerceThemeSeeder
  • Add the plugins to your MIX_SKIJASI_MODULES to .env. If you have another plugins installed, include them using delimiter comma (,).
MIX_SKIJASI_MODULES=commerce-theme
  • Add the plugins menu to your MIX_SKIJASI_MENU to .env. If you have another menu, include them using delimiter comma (,).
MIX_SKIJASI_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.

Acknowledgements