Skip to content

Commit da37e1e

Browse files
author
hirsch88
committed
add ioc to the readme
1 parent d1bcede commit da37e1e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ All script are defined in the package.json file, but the most important ones are
7070
### Console
7171
* To run your own created cli script enter `npm run console <command-name>`
7272

73+
## IoC
74+
Our IoC automatically looks through the `controllers`, `listeners` , `middlewares`, `services`,
75+
`repositories` and `models` for files to bind to our IoC - Container. So you have nothing to do.
76+
77+
However it is very important to keep the naming, because otherwise our IoC will not find your
78+
created file.
79+
7380
## Using the debugger in VS Code
7481
Just set a breakpoint and hit `F5` in your Visual Studio Code.
7582

0 commit comments

Comments
 (0)