We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
topthink/framework:8.0 topthink/think-annotation:2.0
例如定义了文件路由的MISS路由,然后注解路由定义的所有路由都不能使用;
Route::group('/', function () { Route::miss(function () { var_dump(111); }); })
能否调整下加载事件
试着调整了下 就可以访问
官方看看,是否能适当调整下
The text was updated successfully, but these errors were encountered:
No branches or pull requests
topthink/framework:8.0
topthink/think-annotation:2.0
例如定义了文件路由的MISS路由,然后注解路由定义的所有路由都不能使用;
能否调整下加载事件
试着调整了下 就可以访问
官方看看,是否能适当调整下
The text was updated successfully, but these errors were encountered: