Skip to content

Commit 342afd2

Browse files
authored
Merge pull request knpuniversity#4 from abdounikarim/patch-1
Update bundle-directory.md
2 parents 846c299 + 959fa93 commit 342afd2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

knpu/bundle-directory.md

+8
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ mkdir lib/LoremIpsumBundle
6767
mkdir lib/LoremIpsumBundle/src
6868
```
6969

70+
***TIP
71+
You can also just type one command instead of three:
72+
73+
```terminal-silent
74+
mkdir -p lib/LoremIpsumBundle/src
75+
```
76+
***
77+
7078
Perfect! Now, move the `KnpUIpsum` class into that directory. And yea, you could
7179
put this into a `src/Service` directory, or anywhere else you want.
7280

0 commit comments

Comments
 (0)