Use collections when they can clean up your code
- ·
- Telegram
- ·
- Newsletter
Don't turn all arrays into collections just because Laravel offers them, but DO turn arrays into collections when you can make use of collection syntax to clean up your code.