I managed to add my own command in the config, and it shows in the interface. However, I'm running into a problem with array options, because I can have several options for the same command.
My command migrates many different migration files to different external databases at the same time, here's what it looks like :
For the front-end it would be nice to have another field added once the first one is filled in, or to be able to differentiate arrays some other way :)
Hello,
Thank you for this great package ! It seems that that the array options haven't been taken into account (https://laravel.com/docs/8.x/artisan#option-arrays)
I managed to add my own command in the config, and it shows in the interface. However, I'm running into a problem with array options, because I can have several options for the same command.
My command migrates many different migration files to different external databases at the same time, here's what it looks like :
Usage:
To fix the backend I just made a quick change to
GuiController:34
(and I can run the command several times)For the front-end it would be nice to have another field added once the first one is filled in, or to be able to differentiate arrays some other way :)