cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to enable development mode without CLI/SSH?

Is it possible to enable development mode without CLI/SSH?

Hi,

 

Is it possible to enable development mode without the use of CLI or SSH as I currently do not have SSH access.

 

Kind regards,

Dan

2 REPLIES 2

Re: Is it possible to enable development mode without CLI/SSH?

Hi,

 

Without CLI/SSH, you can enable developer mode by:

Goto app/etc/ and open env.php
and change current application mode by MAGE_MODE' => 'default' to MAGE_MODE' => 'developer'
Then, please flush the cache

 

Regards,

Re: Is it possible to enable development mode without CLI/SSH?

Hello @DAWS96 

 

Without CLI/SSH is not possible. As Magento stander, you must have to use below command.

 

php bin/magento deploy:mode:set developer