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
-
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:
![image](https://private-user-images.githubusercontent.com/114532225/241414262-e9bae249-e257-48fb-bd6a-657891199a01.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjY1MDMsIm5iZiI6MTczODk2NjIwMywicGF0aCI6Ii8xMTQ1MzIyMjUvMjQxNDE0MjYyLWU5YmFlMjQ5LWUyNTctNDhmYi1iZDZhLTY1Nzg5MTE5OWEwMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QyMjEwMDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NDljNWU3ZDIzNjk0OWU0ZjI5MjUyYWM2M2IwOWNiYTE0MzNhZDdjNTQxMjhhZjY5ZTFlOTg5YWY0OTQwYzZiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.5RIJ7Zd-cfbywQ7WAeO4tTScM0Wt8SgnNcqVdPAuxtY)
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