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
homestead 5.0.1
/ ┕---web ┕---index ┕---controller ┕---api ┕---UserController extend Controller <-- Mix\web\Controller ┕---public function actionIndex()
'rules' => [ 'api/:controller/:action' => 'api/:controller/:action', ],
mixPHP
sudo mix-httpd service/start -d -u
domain/api/user
domain/api/user/index
The text was updated successfully, but these errors were encountered:
master 分支,路由歧义问题已经适配,该问题已经解决。
Sorry, something went wrong.
No branches or pull requests
homestead 5.0.1
as document told
mixPHP
I cannot visit
domain/api/user
howeverdomain/api/user/index
can be visitedThe text was updated successfully, but these errors were encountered: