15 Laravel Tips to Work in a Team

This is a Part 2 video of a mini-series about teamwork. How to make life of your teammates more pleasant? 00:00 Quick Intro 00:18 .env and . 02:10 .env() only in config 03:33 Identical PHP Versions 04:51 Do NOT edit old migrations 06:07 Use Seeders 07:54 Code Standards and Styles 10:45 Careful with “composer update“ 12:46 Use translations everywhere 13:28 Use Laravel Debugbar (or similar) 15:19 How your code will be used? 16:25 Tests should exist and be “green“ 18:01 Use $fillable in Models 19:07 Middleware in Routes file 20:00 Use Form Requests Related resources: - PSR-2 and PSR-12: Why We Need Standards and How to Apply Them - Laravel: How to Name Various Things - Find N 1 problems instantly by disabling lazy loading - Tips for Working in Dev-Team. Part 1: 5 Non-Laravel Tips https://ww
Back to Top