This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
scott
/
crm
Tarkkaile
1
Äänestä
0
Haarauta
0
Tiedostot
Vetopyynnöt
0
Wiki
Puu:
5f60f34207
Haarat
Tunnisteet
master
crm
/
app
/
empcrm
/
config
/
route.php
route.php
122 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
<?php
return [
// 全局路由中间件
'middleware' => [
'validate',
'empcrmAuth'
]
];