Enabling developer mode in Magento
Enable Magento developer mode using CLI for optimal Magento development and configuration.
Lesson Content
Now that you’ve learned about the application modes, lets enable developer mode, which makes things friendly for Magento development.
To run the Magento CLI script you will need to open up Terminal.
You can find which mode you are currently on by running:
bin/magento deploy:mode:showLet’s set the mode that we’ll also use in dev, and we can do that by running:
bin/magento deploy:mode:set developerThis changes some Magento configurations, flushes out some generated code, and gets our environment all set for development.
Join the discussion!
Comments
Want to comment on this lesson?
Enroll in this course to leave comments.