Support the ongoing development of Laravel.io →
amilajack

amilajack

Joined 19 Jul 2014

Statistics

Threads 12
Replies 7
Solutions 0
Articles 0
posted 10 years ago

Laravel orderBy using eager loading/functions

I have a Posts DB and a likes DB with the following structure: Posts Table: item_id Likes Table: ite...

0 Likes
2 Replies

Use Eloquent to attach array to query

I have a USER table, and ITEMS table, and a Likes table. I'm randomly taking 9 items from the Items...

0 Likes
2 Replies

Compiling Laravel View in Controller?

I'm currently using Handlebars.js to compile views with ajax data. The issue is that I can't use Lar...

0 Likes
1 Replies
posted 11 years ago

Eloquent joining of multiple tables?

I have three tables: 1. Users Table field: user_id 2. Likes Table field: item_id...

0 Likes
1 Replies
posted 11 years ago

SQL Join/LeftJoin Statements

I'm trying to join two queries with this statement: $item = Category::where('type', $item)...

0 Likes
3 Replies
replied 11 years ago

Creating routes to wildcards

It worked! Thank you so much! But there's a minor issue. It's returning the following URL: http://lo...

0 Likes
replied 11 years ago

Creating routes to wildcards

Hmm I got this as a result: Route [purchase/$item->id] not defined. (View: /Applications/MAMP/htd...

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.