Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

shopwareDowntown/swag-voucher-funding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoucherFunding

Requirements

Version Requirements
0.0.1 Shopware 6.1 >=

Installation

Portal & Plugin Voucher

1. Clone git Repositories

git clone https://github.com/shopware/portal

cd portal/custom/

mkdir plugins 

cd plugins

git clone https://github.com/shopwareDowntown/swag-voucher-funding SwagVoucherFunding

2. Build Portal:

# Back to portal directory
cd ../../

# Install dependencies
composer install

# (with option 1.dev, http://portal.test, database config..)
bin/console system:setup 

bin/console system:install --create-database --basic-setup

# If you're using valet
valet link portal.test

3. Build Plugin

bin/console plugin:refresh

bin/console plugin:install --activate --clearCache SwagVoucherFunding

Now you can check the plugin is successfully installed

bin/console plugin:list

Run plugin migration

# From portal directory

# Migrate
./bin/console database:migrate --all  SwagVoucherFunding

Description

Wiki: https://github.com/shopwareDowntown/swag-voucher-funding/wiki Or https://github.com/shopware/portal/wiki/voucherFunding

DB Diagram: https://dbdiagram.io/d/5e7cdec74495b02c3b88d20c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published