I'm new in Laravel and trying to make some artisan command feature like
artisan make:controller
so I try to trace how make:controller
work , I thought I could find it at /vendor/laravel/framework/src/Illuminate/Console/Command.php
but not
where should i found it?