custom_config.php 144 B

123456
  1. <?php
  2. namespace TestPlugin\Config;
  3. use Cake\Core\Configure;
  4. Configure::write('PluginTest.test_plugin.custom', 'loaded plugin custom config');