If you run PHP using artisan in your terminal, sometimes unrecognized command error will appear on your terminal what is the problem? code example
Example 1: laravel create command tutorial
$arguments = $this->arguments();
Example 2: laravel create command tutorial
if ($this->confirm('Do you wish to continue?')) {
//
}