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
1316
Commits
12
Branches
0
Tags
157 MiB
PHP
99.9%
Tree:
6d5c38a145
yanzong
/
config
/
middleware.php
8 lines
193 B
Raw
Blame
History
<
?
php
// 中间件配置
return
[
// 别名或分组
'alias'
=>
[],
// 优先级设置,此数组中的中间件会按照数组中的顺序优先执行
'priority'
=>
[],
];
Reference in new issue
View Git Blame
Copy Permalink