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
$300 in Free Credit Towards Top Cloud Services
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Laravel View Models!