Support the ongoing development of Laravel.io →

AndrewOverlord

Joined 8 Jul 2014

Statistics

Threads 3
Replies 0
Solutions 0
Articles 0

How to paginate Raw query?

$rawq= 'SELECT COUNT(*) from `'.DB::getTablePrefix().'table`... blah-blah'; $result = DB::select(DB:...

0 Likes
0 Replies

How to extend class (facade) from package?

Hi everyone. I want to extend a class (in my case the Cart class from Moltin/Cart package). Somethin...

0 Likes
0 Replies

Foreach in query builder?

Hi! How can i build a query eg: $products = Product::whereHas('tags', function($query) use($arrays)...

0 Likes
0 Replies

andrewoverlord has not posted any replies yet

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.