tombroucke / otomaties-disable-plugin-installation
There is no license information available for the latest version (1.0.1) of this package.
Otomaties Disable Plugin Installation
Package info
github.com/tombroucke/otomaties-disable-plugin-installation
Type:wordpress-muplugin
pkg:composer/tombroucke/otomaties-disable-plugin-installation
1.0.1
2022-02-22 10:40 UTC
Requires
- composer/installers: ^2.0
This package is auto-updated.
Last update: 2026-02-23 00:15:21 UTC
README
Disable plugin installation. Make sure to add this plugin as a mu-plugin.
Installation
composer require tombroucke/otomaties-disable-plugin-installation
Add Config::define('DISALLOW_FILE_MODS', false); to /config/environments/production.php
Be carefull when deploying, because the plugins in your git repository could be out of date, so you need to update them accordingly or you could experience some problems caused by regression.