File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Using menus in the console may sound silly, but is fantastic! Your users
18
18
don't need to type the number corresponding to their choice any more. They
19
19
can just use the arrows on their keyboard to make their selection!
20
20
21
+ <a name =" example " ></a >
21
22
#### Example
22
23
23
24
Create your first menu by copy pasting the code below in your commands
@@ -36,12 +37,10 @@ $this->info("You have chosen the option number #$option");
36
37
When you now run your command your output should be similar to this
37
38
image:
38
39
39
- <img
40
- src="https://raw.githubusercontent.com/nunomaduro/laravel-console-menu/master/docs/example.png "
41
- class="md: w-4 /5 md: mx-auto "
42
- >
40
+ <img src =" https://raw.githubusercontent.com/nunomaduro/laravel-console-menu/master/docs/example.png " class =" md:w-4/5 md:mx-auto " >
43
41
44
- <h4 class =" mt-0 " >Changing the appearance</h4 >
42
+ <a name =" changing-the-appearance " ></a >
43
+ #### Changing the appearance
45
44
46
45
The appearance of the menu can be set with a fluent API. What if we like
47
46
a green font on a black background? The code below shows you how to do just that and some extras.
You can’t perform that action at this time.
0 commit comments