Hi guys, how far can I go with presenters? Would something like:
public function presentUrl() { return <a class="btn btn-default" href="{{{URL::route('news.create')}}}"><span class="glyphicon glyphicon-plus- sign"> </span>new</a> }
still okay, or is it too much?
It's ok to mix HTML in a presenter. Just remember to extend an abstract base presenter if you find a lot of your different presenter classes use something.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community