Extending "php artisan about" output #45853
-
I suggest adding more information to the
Let me know what you think, if this potential PR could be useful (or not) and which kind of information you would like to see. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I never look in the about. For database information we already have db:show. (although that one could have a minimal flag as a large database with a lot of tables is snowing the real details away). You could also try and release a package and see how much people are interested in it? |
Beta Was this translation helpful? Give feedback.
-
In my opinion this is a great idea. |
Beta Was this translation helpful? Give feedback.
-
After some discovery, the AboutCommand is quite extendible so I can close this discussion.
Creating a new section:
thank you |
Beta Was this translation helpful? Give feedback.
After some discovery, the AboutCommand is quite extendible so I can close this discussion.
If I need to extend the " about" information with additional info, I noticed that I could add info and Sections.
To add info to an existent section like Environment:
Creating a new section: