Junior Code Review: Laravel Routes, Middleware, Validation and more

As a part of my new Laravel mentorship program in my home country Lithuania, I started doing code reviews of my student developers. Here’s a 20-minute example that I decided to publish on Youtube - should be useful to you guys, too. 00:00 Intro 01:33 Route Grouping 04:08 Shorter Middleware Class 07:01 Middleware with Parameters 09:06 Migrations with Foreign Keys 10:32 Controller Index Refactor 14:03 Code Styling 14:46 Store and Validation 18:00 Update and Route Model Binding Related resources: - Route grouping: #route-groups - Middleware with Parameters: #middleware-parameters - Migration foreign keys: #foreign-key-constraints - PHP Ternary operator: @sayantinideb/ternary-operator-in-php-how-to-use-the-php-ternary-operator-x0ubd3po6 - Eloquent “When“ method:
Back to Top