1.1 Formatting Code
1.2 Formatting Code Using GitHub Actions
2 Be Expressive
3 Be Consistent
4 Replace Booleans With Timestamps 2
5 Avoiding Else
6 Structure Complex Conditionals
7 Readable Boolean Parameters
8 Using Custom Exceptions
9 Skipping Optional Parameters
10 Replace if blocks with match
11 Trying out PHPStan for the first time
12 Class strings
13 Arrays and collections
14 Generics
15 Ignoring PHPStan issues
16 Use multiple routes files
17 Use custom Eloquent collections
18 Avoid strings where possible
19 Use Laravels more descriptive methods if given
20 Leverage form requests
21 Use macros to clean up code
22 Embrace factories