{"id":13677701,"url":"https://github.com/mmeester/shopware6-dev-tools","last_synced_at":"2026-01-11T06:43:28.174Z","repository":{"id":57018312,"uuid":"234279089","full_name":"mmeester/shopware6-dev-tools","owner":"mmeester","description":"Additional tools to support your Shopware 6 development","archived":false,"fork":false,"pushed_at":"2020-03-26T11:41:55.000Z","size":21,"stargazers_count":12,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T19:18:01.204Z","etag":null,"topics":["developer-tools","shopware6","shopware6-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmeester.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-16T09:08:39.000Z","updated_at":"2022-08-14T21:30:19.000Z","dependencies_parsed_at":"2022-08-22T11:31:40.648Z","dependency_job_id":null,"html_url":"https://github.com/mmeester/shopware6-dev-tools","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeester%2Fshopware6-dev-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeester%2Fshopware6-dev-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeester%2Fshopware6-dev-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeester%2Fshopware6-dev-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmeester","download_url":"https://codeload.github.com/mmeester/shopware6-dev-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251493898,"owners_count":21598187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-tools","shopware6","shopware6-plugin"],"created_at":"2024-08-02T13:00:46.004Z","updated_at":"2026-01-11T06:43:28.143Z","avatar_url":"https://github.com/mmeester.png","language":"PHP","funding_links":[],"categories":["Plugins"],"sub_categories":["Developer Experience"],"readme":"# Shopware 6 Additional Dev Tools\n\nA small stack of dev tools to make your life as a starting Shopware 6 developer a little easier\n\n#### Assumptions\n\nThis plugin is build upon a few assumptions:\n\n- You have Shopware 6 already installed manually\n- ~~shopware/platform is installed by composer~~\n\n## Features\n\n- Enable and Disable twig caching\n- Fix hot proxy\n- Create Shorthand for `./psh.phar` \n- Works on three types of Shopware installation: \n  - Composer platform installation: `./vendor/shopware/platform`\n  - Composer production template installation: `./vendor/shopware/core` etc.\n  - Installed following the Shopware installation guidelines by using git\n  \n\n## Installation\n\n### Composer / packagist\n```\ncomposer require mmeester/shopware6-dev-tools --dev\n```\nThat's it, follow the next steps in the [activate plugin](#activate-plugin) section.\n\n### Manual\n- Download the zipfile of this repo\n- Unzip the zip\n- Rename the folder to `DevTools` or whatevever your flavor is\n- Move the folder in your Shopware 6 Custom plugin directory, ex:  `custom/plugins`\n\n### Activate plugin\nIn your CLI run the following inside the root of your Shopware project:\n\n- Detect new plugins: `bin/console plugin:refresh`  👉 Look for the new plugin \n- Install \u0026 activate the plugin: ` bin/console plugin:install --activate DevTools`\n\n## Commands\n\n### Enable or disable Twig Caching\nBefore you can start developing you need to disable twig caching so development goes faster (and your installation a little slower), to disable the cache run:\n\n```\nbin/console dev:twig-cache disable\n```\n\nto enable the cache:\n\n```\nbin/console dev:twig-cache enable\n```\n  \n### Add shorthand command to CLI\nTyping `./psh.phar` are way too much characters when typing it more than twice a day 😊, so make your life a little easier and add a shorthand to your cli, run the following command once and follow the instructions in your cli:\n\n```\nbin/console dev:create-alias\n``` \n\nNow you are able to run all your known Shopware Commands like this:\n\n```\nsw cache\nsw update\n\nsw storefront:build\nsw storefront:dev\nsw storefront:hot-proxy\n\n...\n```\n\n*NOTE:* You only need to run this command once per machine, each time you run this command an additional alias will be written to your profile. \n  \n### Hot proxy fix\n\nThis is a fix for Shopware 6 users that aren't able or don't want to use Docker to run their installation locally. \n\nThis solves the problem in Valet+ that it isn't accepting port :80 forwarding with hot proxy!\n\n- Run the new command to fix the hot-proxy: `bin/console dev:hot-proxy-fix`\n- Try the hot-proxy again by running the standard Shopware command: `./psh.phar storefront:hot-proxy`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmeester%2Fshopware6-dev-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmeester%2Fshopware6-dev-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmeester%2Fshopware6-dev-tools/lists"}