How does ThinkPHP5 hide module and controller names

how does the ThinkPHP5 front end hide the module name and controller name? As long as you access the method, but do not affect the background module, the domain name / admin can be accessed.

Php
Mar.14,2021

routing


you can directly access routes by registering routes in route.php, binding to controllers and methods, and hiding modules and controllers

clipboard.png


bind with route: https://www.kancloud.cn/manua.

Menu