You are viewing documentation for an outdated version. It is no longer supported!
IoC Service Container
The \Aedart\Container\IoC
is a slightly adapted version of Laravel's Service Container. Please make sure to read their documentation, before attempting to use this version.
Info
IoC stands for Inversion of control.
The motivation behind this adaptation is development outside a normal Laravel Application. E.g. testing and development of Laravel dependent packages. In other words, you will most likely not find this useful within your Laravel Application!