Have you ever made a controller where you had to do a lot of work to prepare variables to be passed to a view? You can move that kind of work to a so-called view model. In essence, view models are simple classes that take some data, and transform it into something usable for the view.
Features
- A view model is a class where you can put some complex logic for your views
- Documentation available
- All public methods and properties in a view model are automatically exposed to the view
- View models as responses
- All PHP's built in magic methods are ignored automatically
- Make new view models
Categories
FrameworksLicense
MIT LicenseFollow Laravel View Models
Other Useful Business Software
Optimize every aspect of hiring with Greenhouse Recruiting
What’s next for many of us is changing. Your company’s ability to hire great talent is as important as ever – so you’ll be ready for whatever’s ahead. Whether you need to scale your team quickly or improve your hiring process, Greenhouse gives you the right technology, know-how and support to take on what’s next.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Laravel View Models!