Lumen有很多实例是通过make()方法实例到容器中的,与bind(),register()有着密切关系
https://laravel-china.org/topics/1372/understanding-of-laravel-implementation-process-five-make
该文章对make的源码和原理做了分析,可以了解一下,之前也有对make()和build()做了详细分析(Lumen 5.3)
Laravel开发:Laravel核心——Ioc服务容器源码解析(服务器解析)
后期再做补充
bind的使用:https://learnku.com/articles/7517/analysis-of-three-binding-bind-singleton-instance-source-code-for-the-laravel-framework