All Projects → oc-shopaholic → oc-shopaholic-demo-theme

oc-shopaholic / oc-shopaholic-demo-theme

Licence: MIT license
Shopaholic theme based on the popular Bootstrap front-end framework

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Installation guide

  1. Use the composer update command
composer install
  1. Create clear database
  2. Copy file .env.example => .env
cp .env.exemple .env
  1. Change settings in .env file
  2. Run database migrations
php artisan october:up
  1. Install plugins:
  1. Run database migrations
php artisan october:up
  1. Reinstall Lovata.OrdersShopaholic and Lovata.BaseCode plugins
php artisan plugin:refresh Lovata.OrdersShopaholic
php artisan plugin:refresh Lovata.BaseCode
php artisan cache:clear

If you add new extensions of Shopaholic plugin, you can reinstall Lovata.OrdersShopaholic and Lovata.BaseCode plugins. Database will be automatically filled with test data

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].