Skip to content

Commit

Permalink
Refactor plugin loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 4, 2024
1 parent 41ef99d commit 9078d62
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions config/plugins.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?php

return [
'Migrations' => ['onlyCli' => true],
'Shim' => [],
'Tools' => [],
'Setup' => [],
'Data' => [],
'Ajax' => [],
//'Meta', ['bootstrap' => false]);
'Cache' => [],
'AssetCompress' => [],
'TinyAuth' => ['bootstrap' => false],
'Calendar' => [],
'Search' => [],
'Ratings' => [],
'Comments' => [],
'Geo' => [],
'Templating' => [],
'DatabaseLog' => [],
'Queue' => [],
'Captcha' => [],
'CakeDto' => [],
'Cake/Localized' => [],
'BootstrapUI' => [],
'Markup' => [],
'Feedback' => [],
'Icings/Menu' => [],
'Expose' => [],
'Translate' => [],
'Favorites' => [],
'QrCode' => [],

// inside /plugins
'AuthSandbox' => [],
'Sandbox' => [],
'StateMachine' => [],
'StateMachineSandbox' => [],
];

0 comments on commit 9078d62

Please sign in to comment.