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

Maintainers

Package info

github.com/tombroucke/otomaties-disable-plugin-installation

Type:wordpress-muplugin

pkg:composer/tombroucke/otomaties-disable-plugin-installation

Statistics

Installs: 420

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2022-02-22 10:40 UTC

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.