Home
Free Premium Articles
Free Premium Courses
New
Home
Free Premium Articles
Free Premium Courses
New
Back to Course
|
10+ Laravel Refactoring Examples
Renaming DB Table and Eloquent Model with TDD
From Repeating HTML to Blade Component
Upgrading Minor Laravel Version to Use New Feature
Link to repository
Renaming DB Table and Eloquent Model with TDD
From Repeating HTML to Blade Component
Course Content
Lessons List
01
Intro: What's Inside the Course
02
Almost Identical store/update Controller Methods - to Form Request
03
Long Controller Method - to Form Request and Observer
04
Query Filter: From If-Else to When, or to Spatie Package
05
Date formats: from Y-m-d to m/d/Y to Flexible Config
06
Long Class Method - Into Smaller Methods
07
Renaming DB Table and Eloquent Model with TDD
08
Upgrading Minor Laravel Version to Use New Feature
09
From Repeating HTML to Blade Component
10
From Single Controllers Folder to Admin/User Namespaces
11
DB Refactoring: From BelongsTo to BelongsToMany
12
5-Step Refactoring When Client Changes Their Mind Multiple Times