DEV Community

Discussion on: Taking a class-based approach to views in Laravel.

Collapse
 
slashequip profile image
Sam Jones

Thanks Chris 😁, yeah that's the idea to try and pull all that logic (especially naming view variables) away from the controllers and into a dedicated class. 💜