Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 410 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 410 Bytes

Shopware Plugin Boilerplate

Quickstart

composer create-project darookee/shopware-boilerplate

or

git clone https://github.com/darookee/ShopwareBoilerplate.git
./setup.sh YourPluginName Frontend

setup.sh renames the controllers and views and empties the README.md. The second parameter can be Frontend, Backend or Core, defaults to Frontend.