Laravel 專案:使用 TDD 構建論壇 Chapter 0

洛未必達發表於2018-04-17

file

0.寫在前面

1.專案說明

  • 本專案為一個 forum(論壇)專案,與本站的第二本實戰教程 Laravel 教程 - Web 開發實戰進階 ( Laravel 5.5 ) 類似,可互相參照
  • 專案開發模式為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 5.4,教程後面會進行升級到laravel 5.5的教學
  • 視訊教程共計 102 個小節,筆記章節與視訊教程一一對應

2.筆記說明

  • 筆記會在學習完小節視訊後進行更新,一方面是學習的總結,另一方面是再次學習時的指導文章
  • 筆記持續更新,盡力每日一更
  • 歡迎各位大佬萌新交流 :laughing:

相關文章