route.php 100 B

12345678
  1. <?php
  2. return [
  3. // 全局路由中间件
  4. 'middleware' => [
  5. 'validate'
  6. ]
  7. ];