Skip to content
Discussion options

You must be logged in to vote

@ManojKiranA
I couldn't confirm after testing your example.
Maybe it is an issue with Laravel Debugger and not Laravel itself!

However, this is the test result:

php artisan route:list

+--------+----------+----------+------+---------+------------+
| Domain | Method   | URI      | Name | Action  | Middleware |
+--------+----------+----------+------+---------+------------+
|        | GET|HEAD | /        |      | Closure | web        |
|        | GET|HEAD | api/user |      | Closure | api        |
|        |          |          |      |         | auth:api   |
|        | GET|HEAD | test     |      | Closure | web        |
+--------+----------+----------+------+---------+------------+

Only sin…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ManojKiranA
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #35186 on November 11, 2020 14:55.