Support the ongoing development of Laravel.io →
Eloquent Views
Last updated 1 year ago.
0
Solution

This would be one approach: View presenters

Or, views are just plain php, so you can just do

<?php echo MyClass::getValue() ?>

// Or in blade
{{ MyClass::getValue() }}

But think about one responsability principle. Views shouldnt care about from where data are comming, they just need to show them. So first aproach would be right one (for me).

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

mhmpl mhmpl Joined 16 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.