We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d62ba8 + 536c730 commit 33992c9Copy full SHA for 33992c9
README.md
@@ -22,6 +22,8 @@ List of available colors
22
<li>Blue: For information messages (blue) </li>
23
<li>Magenta: For important messages (magenta) </li>
24
<li>Cyan: For notifications (cyan) </li>
25
+ <li>Debug: For debugging (grey) </li>
26
+ <li>Notice: For notifications (cyan) </li>
27
</ul>
28
29
```php
@@ -33,7 +35,7 @@ Console::blue("This is a blue message");
33
35
Console::magenta("This is a magenta message");
34
36
Console::cyan("Cyan message for notification");
37
Console::debug("Debug testing");
-Console::Notice("Notice testing");
38
+Console::notice("Notice testing");
39
```
40
41
#### Progress Bar
0 commit comments