Let’s Build A Forum with Laravel and TDD¶
- 1 Initial Database Se
- 2 Test-Driving Thread
- 3 A Thread Can Have R
- 4 A User May Respond
- 5 The Reply Form
- 6 A User May Publish
- 7 Let's Make Some Tes
- 8 The Exception Handl
- 9 A Thread Should Be
- 10 How to Test Validat
- 11 Users Can Filter Th
- 12 Validation Errors a
- 13 Extracting to View
- 14 A User Can Filter
- 15 A Lesson in Refacto
- 16 Meta Details and Pa
- 17 A User Can Filter T
- 18 A User Can Favorite
- 19 The Favorite Button
- 20From 56 Queries Dow
- 21Global Scopes and F
- 22A User Has a Profil
- 23A User Can Delete T
- 24Authorization With
- 25How to Construct an
- 26How to Construct An
- 27Extracting Controll
- 28The Activity Deleti
- 29Flash Messaging Wit
- 30A User's Activity F
- 31Authorized Users Ca
- 32A Vue Reply Compone
- 33Ajaxifying the Dele
- 34A Vue Favorite Comp
- 35Squashing Bugs.
- 36A More Data-centric
- 37A New Reply Compone
- 38Laravel and Vue Pag
- 39A User Can Filter B
- 40Thread Subscription
- 41Thread Subscription-1
- 42Thread Subscription-2
- 43Thread Subscription-3
- 44Test Refactoring
- 45Thread Subscription-4
- 46Refactoring for the
- 47Notification Fakes
- 48This Thread Has Bee
- 49Spam Detection
- 50Graduating Inspecti
- 51Spam Detection At A
- 52Handling Server Exc
- 53Refactoring to Cust
- 54A User May Not Repl
- 55Refactoring to Form
- 56Mentioned Users Not-1
- 57Mentioned Users Not
- 58Don't Forget to Sca
- 59Wrap Usernames With
- 60Instant Username Au-1
- 61Instant Username Au
- 62Basic View Tweaks
- 63Testing Avatar Uplo-1
- 64Testing Avatar Uplo
- 65AJAX Image Uploads
- 66Trending Threads Wi
- 67Isolating Knowledge
- 68Thread Views Design-1
- 69Thread Views Design-2
- 70Thread Views Design
- 71Users Must Confirm -1
- 72Users Must Confirm -2
- 73Users Must Confirm
- 74Email Confirmation
- 75A Thread Should Hav-1
- 76A Thread Should Hav
- 77We Need a Regressio
- 78Mark the Best Reply-1
- 79Mark the Best Reply
- 80Refactoring Authori
- 81Remembering a Best
- 82Confusing Errors an.
- 83Thread Authorizatio
- 84An Administrator Ma-1
- 85An Administrator Ma-2
- 86An Administrator Ma-3
- 87An Administrator Ma
- 88From Laravel 5.4 to
- 89Recaptcha
- 90Recaptcha Refactori
- 91A Thread Can Be Upd-1
- 92A Thread Can Be Upd-2
- 93A Thread Can Be Upd
- 94First Class Search
- 95First Class Search -1
- 96First Class Search -2
- 97First Class Search -3
- 98First Class Search -4
- 99WYSIWYG.
- 100WYSIWYG Part 2
- 101Sanitizing is a Mus
- 102Onward