Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 453 Bytes

Setup Nodrop

SetupNodrop — is a Magento module that disables drop operations during setup:upgrade command.

This module is useful when working with numerous third-party modules, allowing you to disable some periodically, install new ones, and so on with ease.

Installation

composer require swissup/module-setup-nodrop
bin/magento module:enable Swissup_SetupNodrop

That's all. Magento will no longer execute drop operations.