Video Lesson: Enabling developer mode in Magento

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:show

Let’s set the mode that we’ll also use in dev, and we can do that by running:

bin/magento deploy:mode:set developer

This changes some Magento configurations, flushes out some generated code, and gets our environment all set for development.

Maggie

Hey, I'm Maggie! 👋

Ask me anything.

Want to chat with Maggie?

Log in for AI tutor access.

Comments

Join the discussion!

Comments

Want to comment on this lesson?

Enroll in this course to leave comments.