Extend model:show artisan command information #46957
Replies: 1 comment 1 reply
-
All of the things mentioned except migrations are already implemented. Policy has a bug that I submitted PR for. |
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.
-
It would be nice to have more information displayed in the model:show artisan command, especially things that are "auto-discovered". For example Policies, perhaps Migrations, Observers? There definitely are more things to display, many of which may not be easily read from the code, that are "convention" based.
This could be perhaps also used by IDE plugins etc, to make it easier to navigate code.
Beta Was this translation helpful? Give feedback.
All reactions