Question

I installed magento2 on my localhost and trying to create simple theme but I have a problem with setting developer mode Please, can anyone help me to set developer mode in magento2 ??

Was it helpful?

Solution

Follow @Pawan or @vadym Answer

Try this,

sudo php bin/magento

it will list out all command in Magento 2

sudo php bin/magento deploy:mode:set developer

OTHER TIPS

You can enable developer mode from the cli

bin/magento deploy:mode:set developer
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top