You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?php
|
|
|
|
|
|
return [
|
|
|
|
|
|
// 自动加载,插件命令行模式下必须
|
|
|
'autoload' => true,
|
|
|
|
|
|
// 默认插件入口路径
|
|
|
'path' => 'addons',
|
|
|
|
|
|
// 默认方法
|
|
|
'default_action' => 'index',
|
|
|
|
|
|
];
|