08/05
2018
Magento 2 - Alias to path hint
Enable path hint with the get param "enablepath", (*1)
http://magento2.dev/customer/account?enablepath, (*2)
, (*3)
If you want the block's name put enablepath=1, (*4)
http://magento2.dev/customer/account?enablepath=1, (*5)
, (*6)
To install the module is just you run the follow command:, (*7)
$ composer require lucas-calazans/module-path-hint $ bin/magento module:enable LucasCalazans_PathHint