1:新建 目录admin,新建文件夹route.php
2:将需要的路由写在route.php中即可。
3:在web.php 引入即可
include base_path('routes/admin/route.php');