Do you know that you can create your own artisan command let me tell how:
Search for the console.php file
You can create your own artisan command like the example above
You can try your own command like the image above
$this→info("Success")
$this→warn("Be careful")
$this→error("Error")
$this→line("Hello")
$this→secret("password")
$this→ask("Enter your name please")
$this→confirm("Are you sure")