DI Docs should specify how to load config file

Ahmard
Member | 4
+
0
-

Hello guys, thank for all the good work.
I think you should specify how the configuration will loaded and other stuffs realted to the loader.
I read the docs, and i have to visit your github page to see how the file will loaded.
Thanks.

Gappa
Nette Blogger | 199
+
0
-

What exactly is missing from the docs? Could you post a link to github file(s) that you needed to understand it?

Marek Bartoš
Nette Blogger | 1161
+
0
-

Did you check nette/bootstrap? It handles container generating and registration of config files. There's not much of cases when you would really need configure DIC directly
https://doc.nette.org/…on/bootstrap

David Grudl
Nette Core | 8105
+
+1
-
Ahmard
Member | 4
+
0
-

David Grudl wrote:

Maybe this could help https://blog.nette.org/…on-container

Yeah this is the link i'm talking about.

Ahmard
Member | 4
+
0
-

Gappa wrote:

What exactly is missing from the docs? Could you post a link to github file(s) that you needed to understand it?

How to load the configuration file “config.neon”

Ahmard
Member | 4
+
0
-

Your libraries really helped, thanks.