Why doesn't laravel php artisan list have commands like make:controller?

After

php artisan list is executed, there is no make:controller, but
make
make:migration Create a new migration file
make:seeder
these two commands, excuse me, is this related to the laravel version? Or do things like make:controller need to be implemented on your own? My laravel version is 5.4

Php
Mar.20,2021

versions 5.5 and 5.6 of laravel have make:controller

Menu