How to upgrade or downgrade install a specific version of Composer?

 Assuming a regular composer installation, to rollback to version 1 of composer, you simply execute:

composer self-update --1
When you want to go back to version 2 (which you should, after updating or 
removing the incompatible plugins):
composer self-update --2

How to check if Magento is running in production mode or developer mode

If you want to know. your Magento 2 website is running on which environment you can run below command on terminal and very easily you can kn...

Popular Posts

Posts