摘要: 补全链接: https://learnku.com/elasticsearch/t/44850 阅读全文
posted @ 2020-05-27 14:42 瑛雄 阅读(558) 评论(0) 推荐(0) 编辑
摘要: laravel自动补全链接,直接打开就可以看见 https://xueyuanjun.com/post/4202.html https://learnku.com/articles/33143 https://blog.csdn.net/zy994914376/article/details/541 阅读全文
posted @ 2020-05-27 14:33 瑛雄 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 服务容器(药箱) 就是这个$app 绑定(放药) $app->bind('Apple', function(){ return 一个对象; })解析(取药) resolve('Apple'); //返回一个上面设定好的对象 $this->app->make('HelpSpot\API'); app( 阅读全文
posted @ 2020-05-27 11:38 瑛雄 阅读(191) 评论(0) 推荐(0) 编辑