This website works better with JavaScript
NTab仓库
Home
Explore
Register
Sign In
fjmwkj
/
mtab
mirror of
https://github.com/tsxcw/mtab
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
238e072230
Branches
Tags
itushan
2.4.3
2.3.1
2.2.0
2.1.0
2.0.5
2.0.1
1.8.1
1.8.9
1.7.3
1.6.5
1.3.9
1.5.3
1.3.6
1.3.5
1.3.2
1.2.9
1.3.1
1.2.4
1.2.0
1.1.0
1.0.9
mtab
/
config
/
middleware.php
middleware.php
201 B
History
Raw
1
2
3
4
5
6
7
8
<?php
// 中间件配置
return [
// 别名或分组
'alias' => [],
// 优先级设置,此数组中的中间件会按照数组中的顺序优先执行
'priority' => [],
];