Skip to content

Commit 58198fc

Browse files
Update ASCII art design in Welcome command
1 parent 8a65330 commit 58198fc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

app/Console/Commands/Welcome.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ public function handle(): void
1717
$orangeColor = "\x1b[33m";
1818
$resetColor = "\x1b[0m";
1919

20-
$this->line($orangeColor.'██╗ █████╗ ██████╗ █████╗ ███╗ ███╗███████╗███╗ ███╗████████╗'.$resetColor);
21-
$this->line($orangeColor.'██║ ██╔══██╗██╔══██╗ ██╔══██╗████╗ ████║██╔════╝████╗ ████║╚══██╔══╝'.$resetColor);
22-
$this->line($orangeColor.'██║ ███████║██████╔╝ ███████║██╔████╔██║█████╗ ██╔████╔██║ ██║ '.$resetColor);
23-
$this->line($orangeColor.'██║ ██╔══██║██╔══██╗ ██╔══██║██║╚██╔╝██║██╔══╝ ██║╚██╔╝██║ ██║ '.$resetColor);
24-
$this->line($orangeColor.'███████╗██║ ██║██║ ██║ ██║ ██║██║ ╚═╝ ██║███████╗██║ ╚═╝ ██║ ██║ '.$resetColor);
25-
$this->line($orangeColor.'╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ '.$resetColor);
20+
$this->line($orangeColor.'██╗ █████╗ ██████╗ █████╗ ███╗ ███╗███████╗███╗ ██╗████████╗'.$resetColor);
21+
$this->line($orangeColor.'██║ ██╔══██╗██╔══██╗██╔══██╗████╗ ████║██╔════╝████╗ ██║╚══██╔══╝'.$resetColor);
22+
$this->line($orangeColor.'██║ ███████║██████╔╝███████║██╔████╔██║█████╗ ██╔██╗ ██║ ██║ '.$resetColor);
23+
$this->line($orangeColor.'██║ ██╔══██║██╔══██╗██╔══██║██║╚██╔╝██║██╔══╝ ██║╚██╗██║ ██║ '.$resetColor);
24+
$this->line($orangeColor.'███████╗██║ ██║██║ ██║██║ ██║██║ ╚═╝ ██║███████╗██║ ╚████║ ██║ '.$resetColor);
25+
$this->line($orangeColor.'╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝ '.$resetColor);
26+
$this->line($orangeColor.' '.$resetColor);
2627
}
2728
}

0 commit comments

Comments
 (0)