Skip to content

Instantly share code, notes, and snippets.

@zaxbux
Created April 10, 2020 18:13
Show Gist options
  • Save zaxbux/abeebbdd1e7f11f56a655432f73fea23 to your computer and use it in GitHub Desktop.
Save zaxbux/abeebbdd1e7f11f56a655432f73fea23 to your computer and use it in GitHub Desktop.
October CMS Settings

config/cms.php

return [

 	'disablePlugins' => [
		'October.Demo', // The demo plugin is re-installed with every update, this keeps it permanently disabled
	],

];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment