-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relations not shown in artisan command model:show #206
Comments
Hi @cpuch, This needs to be changed in Laravel. I'll look into submitting a PR when I find the time. |
I have to close this issue. I've looked into it but I don't see a viable solution for the Laravel command to support third-party relations. If you want/need to have this feature in your app, you can create your own |
Hello,
I have a Client model with a HasManyDeep relation as follow
When I use the artisan command the relation is not displayed
It would be nice if the artisan command could return the relationship.
The text was updated successfully, but these errors were encountered: