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

retrieving data for editing using a dynamic dropdown

return view('items.edit', compact('lotid', 'buildings', 'room', 'item')); $lotid, $buildings, and...

0 Likes
replied 8 years ago

Laravel Eloquent Saving by batch

You can wrap the foreach in a DB::transaction to require all inserts to successfully process else no...

0 Likes
replied 11 years ago

Eloquent and count

Group by the non-aggregated selected column(s).

0 Likes
replied 11 years ago

Dash in database name causing SQL error

You don't have to check if a dash exists, you should be able to just add the ticks regardless.

0 Likes
replied 11 years ago

How do I replace the words of a text?

This should allow your replaced text in your string and the replacing text in your arrays to be in a...

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.