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

1.0.1 2022-02-22 10:40 UTC

This package is auto-updated.

Last update: 2024-04-22 20:04:53 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.