Support the ongoing development of Laravel.io →
aheinzm

aheinzm

Joined 2 Jun 2014

Statistics

Threads 1
Replies 19
Solutions 0
Articles 0
posted 7 years ago

Extending a string rather than a file

Is there any way to use the @extend functionality but pass a string rather than a file that contains...

0 Likes
0 Replies
replied 8 years ago

Help with understanding abstract class context in Laravel

You can use traits. http://php.net/manual/en/language.oop5.traits.php

0 Likes
replied 8 years ago

Eloquent object save() updates multiple records

What does your update code, model, and db table look like?

0 Likes
replied 8 years ago

Form Action Does Not Go To The Right Controller

It will go to the first route that matches the pattern. You are wanting to POST To "admin/add-p...

0 Likes
replied 8 years ago

The response content must be a string with first()

Does first() return an array and get() return a collection object? If so, you may need to return jso...

0 Likes
replied 8 years ago

Eloquent and Unions

You are selecting two columns (credit & debit) in the first unioned select, and five in the seco...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.