Andréas
You can add custom commands through the panel today, but it can be cumbersome if you want to manage many commands. Maybe there's default ones you never use and would like to hide?
artisan list
command has an option to get all commands in JSON format --format=json
. Couldn't you get all available commands from this output and list them on this page? This would include all default and custom ones. You would of course automatically filter out invalid ones such as make:*
, queue:work
, etc, like is done today.
Further you could have a Options modal where the user could, via checkboxes, select which ones they would like to see on this screen. Both default and custom commands could be hidden or shown through this interface.
What do you think?
Dennis
Hi! 👋
Thank you for your suggestion, for now, we do not see any value in adding this.
However we will be keeping this card for future reference, if it gets more upvotes and traction we will reconsider the suggestion.
Update listing of Laravel Commands
-
Dennis moved item to board Closed
2 years ago -
Dennis moved item to board Under review
2 years ago -
Dennis moved item to project Site Level Requests
2 years ago -
Andréas opened
2 years ago