router.config.php 85 B

12345
  1. <?php
  2. return [
  3. 'home:index' => 'index:index',
  4. 'manage:*' => 'manage\{1}:*'
  5. ];