{"id":20095741,"url":"https://github.com/magepsycho/magento2-easy-template-path-hints","last_synced_at":"2025-05-06T05:31:19.061Z","repository":{"id":62522343,"uuid":"45207748","full_name":"MagePsycho/magento2-easy-template-path-hints","owner":"MagePsycho","description":"Magento 2 Easy Template Path Hints","archived":false,"fork":false,"pushed_at":"2022-02-14T08:51:59.000Z","size":1266,"stargazers_count":43,"open_issues_count":0,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-27T00:34:26.621Z","etag":null,"topics":["developer-productivity","developer-tools","magento","magento-2","magento2","magento2-extension","magento2-module","modman","php","php7","template"],"latest_commit_sha":null,"homepage":"https://www.magepsycho.com/magento-2-easy-template-path-hints.html","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/MagePsycho.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":"2015-10-29T20:08:38.000Z","updated_at":"2025-03-14T11:59:01.000Z","dependencies_parsed_at":"2022-11-02T14:01:12.439Z","dependency_job_id":null,"html_url":"https://github.com/MagePsycho/magento2-easy-template-path-hints","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagePsycho%2Fmagento2-easy-template-path-hints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagePsycho%2Fmagento2-easy-template-path-hints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagePsycho%2Fmagento2-easy-template-path-hints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagePsycho%2Fmagento2-easy-template-path-hints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MagePsycho","download_url":"https://codeload.github.com/MagePsycho/magento2-easy-template-path-hints/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252628892,"owners_count":21779099,"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-productivity","developer-tools","magento","magento-2","magento2","magento2-extension","magento2-module","modman","php","php7","template"],"created_at":"2024-11-13T16:56:18.610Z","updated_at":"2025-05-06T05:31:17.231Z","avatar_url":"https://github.com/MagePsycho.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![Magento 2 Easy Template Path Hints](https://i.imgur.com/d8QEHRb.png)\n# Magento 2 Easy Template Path Hints\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Packagist Version](https://img.shields.io/packagist/v/magepsycho/magento2-easy-template-path-hints?logo=packagist\u0026style=for-the-badge)](https://packagist.org/packages/magepsycho/magento2-easy-template-path-hints)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/magepsycho/magento2-easy-template-path-hints.svg?logo=composer\u0026style=for-the-badge)](https://packagist.org/packages/magepsycho/magento2-easy-template-path-hints/stats)\n![Supported Magento Versions](https://img.shields.io/badge/magento-%202.3_|_2.4-brightgreen.svg?logo=magento\u0026longCache=true\u0026style=for-the-badge)\n![License](https://img.shields.io/badge/license-MIT-green?color=%23234\u0026style=for-the-badge)\n\n\u003c/div\u003e\n\n##  Overview\n[Magento 2 Easy Template Path Hints](https://www.magepsycho.com/magento-2-easy-template-path-hints.html) is used to enable the template path hints on the fly just by using query strings.\n\n(This is a ported version of [Easy Template Path Hints - Magento 1](https://github.com/MagePsycho/MagePsycho_Easypathhints) for Magento 2)\n\n## Functionality\n* Turn on template path hints on the fly for frontend\n* Turn on template path hints on the fly for backend\n* Option to configure access code\n* Option to save settings in cookie\n\n\n## Installation\n\n### 1 Using Composer\n```\ncomposer require magepsycho/magento2-easy-template-path-hints\n```\n\n### 2 Using Modman\n```\nmodman init\nmodman clone git@github.com:MagePsycho/magento2-easy-template-path-hints.git\n```\n\n### 3 Using Zip File\n* Download the [Extension Zip File](https://github.com/MagePsycho/magento2-easy-template-path-hints/archive/master.zip)\n* Extract \u0026 upload the files to `/path/to/magento2/app/code/MagePsycho/Easypathhints/`\n\nAfter installation by either means, activate the extension with following steps\n\n1. Enable the module\n```\nphp bin/magento module:enable MagePsycho_Easypathhints --clear-static-content\nphp bin/magento setup:upgrade\n```\n2. Flush the store cache\n```\nphp bin/magento cache:flush\n```\n3. Deploy static content - *in Production mode only*\n```\nrm -rf pub/static/* var/view_preprocessed/*\nphp bin/magento setup:static-content:deploy\n```\n4. Go to Admin \u003e STORES \u003e Configuration \u003e MAGEPSYCHO \u003e Easy Template Path Hints \u003e Manage Settings\n\n\n## Usage\n\n1. Enable template path hints without access code:\n    * http://magento-store-url.com/any-page?tp=1\n\n1. Enable template path hints with access code:\n    * http://magento-store-url.com/any-page?tp=1\u0026code=access-code\n\n1. Enable template path hints with cookie\n    * http://magento-store-url.com/any-page?tp=1\u0026code=your-access-code\u0026cookie=1\n\n## Screenshot\n![Backend Settings](https://raw.github.com/MagePsycho/magento2-easy-template-path-hints/master/docs/backend-settings.png \"Backend Settings\")\n\n\n![Frontend Demo](https://raw.github.com/MagePsycho/magento2-easy-template-path-hints/master/docs/magento-2-easy-template-path-hints-frontend.png \"Frontend Demo\")\n\n## Changelog\n**Version 1.1.3 (2022-02-14)**\n* Bumped the version for the sake of packagist release\n\n**Version 1.1.2 (2018-05-10)**\n* Fixed wrong module path if installed via composer\n\n**Version 1.1.1 (2018-05-10)**\n* Fixed template block class hints not showing\n\n**Version 1.1.0 (2017-06-16)**\n* Refactored the code (Logger, Cookie, Config etc.)\n* Fixed template path hints not working for Magento versions 2.1.3+\n\n**Version 1.0.2 (2016-04-03)**\n* Fixed template path hints for admin.\n* Refactored code.\n\n**Version 1.0.1 (2016-04-03)**\n* Fixed relative XSD path of xml configurations.\n* Added modman file.\n* Refactored code.\n\n**Version 1.0.0 (2015-10-30)**\n* Initial Release\n\n## Authors\n- Raj KB [![Twitter Follow](https://img.shields.io/twitter/follow/rajkbnp.svg?style=social)](https://twitter.com/rajkbnp)\n\n## Contributors\n\n![Contributors](https://contrib.rocks/image?repo=MagePsycho/magento2-easy-template-path-hints)\n\n## To Contribute\nAny contribution to the development of `Magento 2 Easy Template Path Hints` is highly welcome.  \nThe best possibility to provide any code is to open a [pull request on GitHub](https://github.com/MagePsycho/magento2-easy-template-path-hints/pulls).\n\n## Need Support?\nIf you encounter any problems or bugs, please create an issue on [GitHub](https://github.com/MagePsycho/magento2-easy-template-path-hints/issues).\n\nPlease [visit our store](https://www.magepsycho.com/extensions/magento-2.html) for more FREE / paid extensions OR [contact us](https://magepsycho.com/contact) for customization / development services.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagepsycho%2Fmagento2-easy-template-path-hints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagepsycho%2Fmagento2-easy-template-path-hints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagepsycho%2Fmagento2-easy-template-path-hints/lists"}