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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3766e-2b8d9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3766e-2b8d9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?