forked from cedcommerce/Magento2-Developer-Debug-Tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
22 lines (20 loc) · 810 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation Steps for windows:
1. Download Package
2. Copy package files in MagentoRootDirectory/app/code
3. Open cmd
4. cd upto magento RootDirectory
5. run command "php bin/magento setup:upgrade"
6. run command "php bin/magento cache:flush"
Installation Steps for Linux
1. Download Package
2. Copy package files in MagentoRootDirectory/app/code
3. Open shell
4. cd upto magento RootDirectory
5. run command "bin/magento setup:upgrade"
6. run command "bin/magento cache:flush"
Steps For Enabling Developer Tool:
1. Open admin panel
2. Open STORES-> Configuration
3. Then Open Cedcommerce -> Developer Tool from left panel
4. Set yes in "Enable Developer Tool" field ( now developer tool will be showed)
5. if you want to show it for your ip only then set your ip in "Allowed IPs" field