laravel facades小细节

事例

Log::info('log',['1111'])方法

config/app.php

aliases数组,

log的facades路劲

vendor/laravel/framework/src/Illuminate/Support/Facades/log.php

注释有内容\Illuminate\Log\Writer

所有的依赖注入都在

vendor/laravel/framework/src/Illuminate/Foundation/Application.php

的registerCoreContainerAliases方法里

省的以后找到facades找不到其他使用方式

 

posted on 2018-01-04 11:41  小驴phper  阅读(73)  评论(0)    收藏  举报

导航