Support the ongoing development of Laravel.io →

amilajack

Joined 19 Jul 2014

Statistics

Threads 12
Replies 7
Solutions 0
Articles 0
posted 9 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 9 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 9 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 8 years ago

Docker for the Laravel framework

Would it be possible to create multiple instances of the app and load balance with nginx if you stru...

0 Likes
replied 9 years ago

SQL Join/LeftJoin Statements

It does the same thing. Is it possible to use a basic join to return the result as not null?

0 Likes
replied 9 years ago

Laravel Mailing Issue "Object of class Illuminate\Mail\Message could not be converted to string"

Actually I tried that and it still didn't work. I found that the error was that the textarea was ret...

0 Likes
replied 9 years ago

Creating routes to wildcards

I meant the question mark between the "purchase" and the "iphone4s". I'm taking...

0 Likes
replied 9 years ago

Creating routes to wildcards

I tried doing that. But it still has a question mark that I'm trying to get rid of: http://localhost...

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.

© 2024 Laravel.io - All rights reserved.