Replies: 1 comment
-
Hi, there is most likely a conflict in route definition. This happens because Laravel chooses the very first route that meets the conditions. You can see more details here: https://orchid.software/en/docs/screens/#routing-screens |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
hi, im new to laravel, and even newer to laravel orchid, and im following the docs to learn it, but ive got myself stuck in this problem.
first, i make my screen, then its route, make it appear on the menu, then the fields, but when i try to save the fields (following the docs on orchid page) i get the error on the title, and if it was normal laravel, i would know how to fix it, but the route set in the platform.php file doesn't seem to let me choose its type.
this is the code inside the tasksscreen file:

maybe it is something very dumb and im making fun of myself here, but at least i will be getting closer to the laravel orchid community
since now, i already thank yall
Beta Was this translation helpful? Give feedback.
All reactions