📜  控制器类不存在 laravel - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:38.991000             🧑  作者: Mango

代码示例1
The $namespace property:

Though there is a mention of a $namespace property to be set on your RouteServiceProvider in the Release notes and commented in your RouteServiceProvider this does not have any effect on your routes. It is currently only for adding a namespace prefix for generating URLs to actions. So you can set this variable, but it by itself won't add these namespace prefixes, you would still have to make sure you would be using this variable when adding the namespace to the route groups.