关于本课程
- 本系列文章为
laracasts.com
的系列视频教程——Let's Build A Forum with Laravel and TDD 的学习笔记。若喜欢该系列视频,可去该网站订阅后下载该系列视频, 支持正版 ;- 视频源码地址:github.com/laracasts/Lets-Build-a-...;
- 本项目为一个 forum(论坛)项目,与本站的第二本实战教程 《Laravel 教程 - Web 开发实战进阶》 类似,可互相参照。
项目说明
-
本项目开发模式为 TDD 开发模式,教程简介为:
A forum is a deceptively complex thing. Sure, it's made up of threads and replies, but what else might exist as part of a forum? What about profiles, or thread subscriptions, or filtering, or real-time notifications? As it turns out, a forum is the perfect project to stretch your programming muscles. In this series, we'll work together to build one with tests from A to Z.
-
项目涉及到的知识点有 Laravel,TDD,Vue,重构...
-
项目版本为
laravel 5.4
,教程后面会进行升级到laravel 5.5
的教学 -
视频教程共计 102 个小节,笔记章节与视频教程一一对应
个人初衷
本系列教程笔记的初衷是为了记录自己的学习过程,但是在记录的过程中发现,记录下来的笔记可以作为以后学习的文字版教程,于是就发起了这个教程笔记系列。同时,也想将 laracasts.com 网站分享给大家,希望更多的人可以了解到。最后,祝大家学习愉快!