thinkphp controller camelCase

If the controller is named in camel case, such as BlogTest

There are two ways to access this controller:

1.Convention.php configure 'url_convert' => false, then access strictly according to BlogTest

2. If 'url_convert' => true, then both blogtest and BlogTest are possible

For details, refer to the thinkphp url access chapter: https://www.kancloud.cn/manual/thinkphp5/118012

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325943008&siteId=291194637