I would like to know where are located Laravel default commands (source code), as: php artisan storage:link
, I would like to use it as example for a custom command.
Thanks in advance!
These can be found in the vendor folder, similar to the paths on the source page of laravel/framework