bestmomo / nice-artisan

This package is to add a web interface for Laravel 5 and earlier Artisan.
213 stars 23 forks source link

respecting config #9

Closed ftrotter closed 4 years ago

ftrotter commented 6 years ago

Tried to add console commands from another package. And it does not work.

Tried to remove entire sections of the configuration file and it does not work.

Why have a configuration file if you are not going to change what is available in the UX by using your configuration file.

color me confused.

-FT

bestmomo commented 6 years ago

I use Artisan::all() to get all commands but this method doesn't load custom packages commands. The config is only to manage tabs with recovered commands.

As this is a mix with symfony and Laravel I dont know how to get also custom packages commands...

ftrotter commented 4 years ago

Thank you for the response... closing issue!!