mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
引入easyadmin'
This commit is contained in:
14
config/addons.php
Normal file
14
config/addons.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// 自动加载,插件命令行模式下必须
|
||||
'autoload' => true,
|
||||
|
||||
// 默认插件入口路径
|
||||
'path' => 'addons',
|
||||
|
||||
// 默认方法
|
||||
'default_action' => 'index',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user