infureal / artisan-gui

Simple but yet powerful library for running almost all artisan commands.
https://packagist.org/packages/infureal/artisan-gui
356 stars 56 forks source link

can we run custom comands? #8

Closed jechaviz closed 4 years ago

jechaviz commented 4 years ago

let's say vendor/composer packages comands in some order, like a script?

infureal commented 4 years ago

If you think about something like git init or npm install etc. - that is not working like that. This package only runs commands that registered in your application, otherwise registered in ServiceProviders/ConsoleKernel.

If needed, you can publish config php artisan vendor:publish --tag="artisan-gui-config" and customize commands relying on your needs.