Laravel Facade 调用流程源码分析

以 Routes/web.php 文件为例

Route::get('/', function () {
return view('welcome');
});

 关于 facade分析比较不错的一篇文章:https://learnku.com/articles/5464/the-facade-implementation-principle-of-laravel

posted @ 2021-07-17 10:29  i金少  阅读(21)  评论(0编辑  收藏  举报