Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 493 Bytes

development-helpers.md

File metadata and controls

17 lines (11 loc) · 493 Bytes

Development Helpers

Write less code ;-) Thats the reason to publish our development helpers. You can edit or use it every use case.

Dockware Alias commands

add following code-block to your .bashrc file

alias b="bin/console"
alias bcc="bin/console cache:clear"
alias loginhb="bin/console b2b:platform:watch henk.becker@ektek.com"
alias loginms="bin/console b2b:platform:watch m.sommer@luxon.de"

After insert you can use all alias commands at "Shopware" Root directory.