Replies: 1 comment 1 reply
-
Instead of only the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I have two models Device and DeviceType. And Of course a controller and a route to them.
My route for model Device looks like
/devices
index
My route for model DeviceType looks like
/devices/types
index
Steps To Reproduce:
if run
php artisan route:list
we will see bugbut it's work for device type
Beta Was this translation helpful? Give feedback.
All reactions