This website works better with JavaScript.
Explore
Help
Register
Sign In
wangmingchuan
/
yanzong
Watch
1
Star
0
Fork
You've already forked yanzong
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
913
Commits
12
Branches
0
Tags
157 MiB
Tree:
565460b1a9
yanzong
/
config
/
middleware.php
9 lines
193 B
Raw
Normal View
History
Unescape
Escape
1111
1 year ago
<?php
// 中间件配置
return [
// 别名或分组
'alias' => [],
// 优先级设置,此数组中的中间件会按照数组中的顺序优先执行
'priority' => [],
];