report
report copied to clipboard
求支持 Github COMMIT 代码的引用
eg: https://github.com/xiaohuilam/laravel/issues/5 类丝这样的

> Laravel 的管道机制,是其中间件 (middleware) 得以被序列执行的基础
# 管道机制
在开始之前我们先帖一段管理的应用代码,位于 [02. HTTP Kernel Handle解析](https://github.com/xiaohuilam/laravel/issues/2#L148)
https://github.com/xiaohuilam/laravel/blob/d081c918b7e582ec5b3f94316f44834466cec37d/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php#L148-L151
语义化得出的分析为
...