Laravel 10 – Extend existing artisan command?
Let's say, for example, I want to add a couple of options to php artisan migrate: php artisan migrate --core php artisan migrate --project=0f9ebA2 Is it possible to extend an existing artisan command? I don't want to change any default…