@yiiliveext When I define a ServiceProvider, it loads fine, but until I do $container->get('class'), it doesn't load the configuration, it shouldn't be activated automatically, they are services.
@yiiliveext When I define a ServiceProvider, it loads fine, but until I do $container->get('class'), it doesn't load the configuration, it shouldn't be activated automatically, they are services.
Hmm, can you take me an example? Providers register in the index.php during the preload stage.
I would like that when starting the application to have the services active, logger, mailer, mysqlconecction, eventdispatcher, I think it would be good.