Support the ongoing development of Laravel.io →

nhusby

Joined 5 May 2014

Statistics

Threads 4
Replies 2
Solutions 0
Articles 0

What is the proper way to implement this fix?

I ran into a bug in Illuminate\Database\Query\Builder when doing more than one union. This is what t...

0 Likes
1 Replies

eloquent equivalent of SQL_CALC_FOUND_ROWS

I've been using Eloquent in a project outside of Laravel, and I needed pagination, so I built my own...

0 Likes
2 Replies

Is there any solution for MySQL "in list" for joins?

I'm trying to achieve this: ->join( 'table_a', function( $join ) use( $ids) { $join ->on( 'tab...

0 Likes
0 Replies

Newb looking for quick quick database to model generation

I am pretty new to Laravel, and I am just looking for the best way to get started and learn things w...

0 Likes
0 Replies
replied 8 years ago

Union in loop select - Query

It's either a Query Builder or MySQL bug. I just ran into it. Union wraps everything in parenthesi...

0 Likes
replied 9 years ago

How to rapidly scaffold your application

+1 to scaffolding based on mwb, sql create files, or database schema. Personally, I think database...

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.