Skip to content

brianvarskonst/shopware6-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Template for Shopware 6

Plugin Template for Shopware 6

Use thisRepository for a starting point to start developing Shopware 6 Plugins.

For more Boilerplate Code look into my Plugin Boilerplate Repository.

The plugin is compatible with PHP version 7.4 and higher.

Use

Git Clone

$ git clone [email protected]:brianvarskonst/shopware6-plugin.git ./custom/plugins
$ cd shopware6-plugin && rm -rf .git

How to install the Plugin

Composer install (recommended)

bin/console plugin:refresh
bin/console plugin:install --activate Plugin

Building

The composer install does not come with compiled javascript. You will have to build/compile your administration and storefront javascript.

In case you are using the production template, the command below should do the trick.

bin/build.sh

Build Assets

Building the javascript & css will still be needed.

bin/build.sh

Contributions

Please help with code, love, shares, feedback and bug reporting.

License

The MIT License (MIT). Please see License File for more information.