Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magespecialist/m2-MSP_DevTools
MageSpecialist DevTools for Magento2
https://github.com/magespecialist/m2-MSP_DevTools
hacktoberfest
Last synced: about 1 month ago
JSON representation
MageSpecialist DevTools for Magento2
- Host: GitHub
- URL: https://github.com/magespecialist/m2-MSP_DevTools
- Owner: magespecialist
- Created: 2016-08-10T10:57:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T07:52:12.000Z (6 months ago)
- Last Synced: 2024-10-02T08:29:45.012Z (2 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 108 KB
- Stars: 220
- Watchers: 15
- Forks: 47
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-magento2 - MageSpecialist DevTools for Magento 2
- awesome-magento2 - MageSpecialist DevTools for Magento 2
README
# MageSpecialist DevTools for Magento 2
This module is intended to be used with **MageSpecialist Chrome Toolbar**.
Readme and installation guide can be found here: https://github.com/magespecialist/mage-chrome-toolbar
> This module is also available for **Magento 1**: https://github.com/magespecialist/m1-MSP_DevTools/
## Installing on Magento 2:
Please refer to this page: https://github.com/magespecialist/mage-chrome-toolbar#installing-on-magento-2## Some screenshot
#### Theme, Controller and Global information:
#### Blocks / Containers information:
#### uiComponents information:
#### Profiler information:
#### Inspector integration
# Known Issue
When using [axios](https://github.com/axios/axios]) always set
`headers: {'X-Requested-With': 'XMLHttpRequest'}`
in your request config to avoid to avoid to obtain json with appended `` tag as described in [Issue #33](https://github.com/magespecialist/m2-MSP_DevTools/issues/33)