Developer mode #2552
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
you can still use the same line in the same place, we just removed lines which were commented by default |
Beta Was this translation helpful? Give feedback.
-
Lines 27 to 32 in 926e005 So now, we can enable/disable developer mode in server config, for example, we can disable in production server or enable it in staging server without modifying |
Beta Was this translation helpful? Give feedback.
-
If you're using apache you can add |
Beta Was this translation helpful? Give feedback.
-
Thank You for all you answer different solution, all work ;) |
Beta Was this translation helpful? Give feedback.
-
If using DDEV put this to
|
Beta Was this translation helpful? Give feedback.
Mage::setIsDeveloperMode(true);
is now here:magento-lts/app/Mage.php
Lines 27 to 32 in 926e005
So now, we can enable/disable developer mode in server config, for example, we can disable in production server or enable it in staging server without modifying
index.php
.