I'm trying to enable Developer mode. I used command
php bin/magento deploy:mode:set developer
but still don't see it in the settings. I'm using Magento 2.2.9 and Ultimo Theme version 2.
Solved! Go to Solution.
Hello @sergey_sherstob
Please run the below commands:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
Hope it helps.
Hello @sergey_sherstob
Go to app/etc/env.php
Hope it helps.
Subscribed
Hello @Sanjay Jethva
I already have that in my env.php, that's why I'm confused. Is there any command to recompile the system files?
Thanks
Hello @sergey_sherstob
Please run the below commands:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
Hope it helps.
When you execute command php bin/magento deploy:mode:show what mode do you see?
One this thread there are lot of comments on how can you enable developer mode. This can help you out -
https://magento.stackexchange.com/questions/13125/how-do-i-set-developer-mode-in-magento-2
It worked after I did it, thank you