{"id":13828153,"url":"https://github.com/FriendsOfShopware/FroshDevelopmentHelper","last_synced_at":"2025-07-09T05:31:47.791Z","repository":{"id":38070803,"uuid":"210678317","full_name":"FriendsOfShopware/FroshDevelopmentHelper","owner":"FriendsOfShopware","description":"Helpful development tools","archived":false,"fork":false,"pushed_at":"2024-01-22T22:05:06.000Z","size":214,"stargazers_count":77,"open_issues_count":5,"forks_count":15,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-04-23T17:53:11.931Z","etag":null,"topics":[],"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/FriendsOfShopware.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-24T19:09:00.000Z","updated_at":"2024-06-08T10:49:05.654Z","dependencies_parsed_at":"2024-01-22T23:25:21.883Z","dependency_job_id":"64c32fbd-fbb2-4e09-9316-cc4a8f62d04a","html_url":"https://github.com/FriendsOfShopware/FroshDevelopmentHelper","commit_stats":{"total_commits":84,"total_committers":15,"mean_commits":5.6,"dds":0.3571428571428571,"last_synced_commit":"331782e4548ceb2058d5cb35132635cd3440e4d0"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshDevelopmentHelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshDevelopmentHelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshDevelopmentHelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshDevelopmentHelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FriendsOfShopware","download_url":"https://codeload.github.com/FriendsOfShopware/FroshDevelopmentHelper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225486550,"owners_count":17481924,"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":[],"created_at":"2024-08-04T09:02:34.515Z","updated_at":"2024-11-20T07:31:34.650Z","avatar_url":"https://github.com/FriendsOfShopware.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Development Helper for Shopware 6\n\nSuccessor plugin of FroshProfiler and FroshMailCatcher\n\n## Installation\n\n## Git Version\n\n* Checkout Plugin in `/custom/plugins/FroshDevelopmentHelper`\n* Download [FroshPluginUploader](https://github.com/FriendsOfShopware/FroshPluginUploader) and run `ext:prepare [folder to plugin]`\n* Install the Plugin with the Plugin Manager\n\n## Features\n\n* Show Twig Includes / Blocks in Template as HTML Comment\n* Disable Annoying Storefront Error Handler\n* Disables Twig Cache\n* Twig Variables in Twig Tab\n* Generate definition from command line\n\n### Generate plugin\n\n```shell\n./bin/console frosh:make:plugin \u003cplugin-name\u003e\n```\n\nOptional with `--namespace=xxx\\\\xx` specifying the namespace\n\n### Generating Entities or edit Entities\n\nStart wizard with\n\n```\n./bin/console frosh:make:definition My\\\\Plugin\\\\Namespace\\\\SomeDefinition\n```\n\n### Generate Migration\n\n```shell\n./bin/console frosh:make:migration \u003cplugin-name\u003e \u003centity-name\u003e\n```\n\nExample entity name: product, category, order\n\nChecks the difference of that definition with the database and creates a migration\n\n### Generate Twig Extension file\n\n```shell\n./bin/console frosh:extend:template \u003cplugin-name\u003e\n```\n\nAsks for the block you want to extend and creates the twig extension file for you\n\n### SQL Logger for Console Debugging\n\nPrints executed SQL to the console, in such a way that they can be easily copied to other SQL tools for further\ndebugging. This is similar to the symfony debug bar, but useful in CLI commands and tests.\n\nUsage:\n\n     Kernel::getConnection()-\u003egetConfiguration()-\u003esetSQLLogger(\n         new \\Frosh\\DevelopmentHelper\\Doctrine\\EchoSQLLogger()\n     );\n\n## Known issues\n\n### Some HTML is not rendered correctly when this plugin is active 💣\n\nThis plugin can cause problems with blocks, due to the feature to show the block name as HTML comment.\nIf you encounter such issues with your plugin or project, you can configure this in [config/packages/frosh_development_helper.yaml](https://github.com/FriendsOfShopware/FroshDevelopmentHelper/blob/main/src/Resources/config/packages/frosh_development_helper.yaml)\n\nThere is a predefined list of pattern which likely would cause such problems - feel free to provide a pull request with more such generic patterns.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFriendsOfShopware%2FFroshDevelopmentHelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFriendsOfShopware%2FFroshDevelopmentHelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFriendsOfShopware%2FFroshDevelopmentHelper/lists"}