Mark 一下理解laravel框架运行原理的过程

1、首先需要理解依赖注入

参考文章:

  1. https://segmentfault.com/a/1190000002411255
  2. http://www.thinkphp.cn/topic/12180.html 这篇文章讲解的通俗一点。

2、然后pipeline

参考文章:

  1. https://www.juhe.cn/news/index/id/1461
  2. http://laravelacademy.org/post/3088.html

理解以上两个内容,可以对laravel运行过程有一个基本的理解,有利于对laravel的学习。强烈推荐认真仔细研究这两个东西。

更新内容:
laravel 服务提供者,门面,契约的理解
参考文章:http://laravelacademy.org/post/769.html
参考文章:https://www.hanc.cc/index.php/archives/136/ (facades 实现原理分析)

你可能感兴趣的:(php进阶)