Laravel Movie App | Part 06: Refactoring to View Models
We take a look at refactoring our code by simplifying our views and removing any logic from them.
2020-04-07 19:00:00 - Andre Madarang
We make use of Spatie's View Model Package to extract any logic from the view into a View Model class.