Participate in JetBrains developer ecosystem survey
π
surveys.jetbrains.com/s3/developer-ecosystem-survey-2025-sh?pcode=295241877378956366
If you are experiencing this issue on Laravel Cloud just update to latest minor version of the framework. Cloud supports from Laravel v9
I told ChatGPT to roast me based on my interactions with it and now I am titled as a "full-stack procrastinator" by AI π€£
Hey fellow Laravel devs. I am building custom fields feature for my app and it has relationship to different models via polymorphic relations. when creating a new custom field, I provide model that this field belongs to so that I can attach it. The question is how should I implement updating and deleting these fields? Once created I can use the id of the custom field to update and delete it so is it okay to just pass the field id instead of passing model and field in the route?