Support the ongoing development of Laravel.io →
elite123

elite123

Joined 31 Jan 2014

Statistics

Threads 1
Replies 251
Solutions 37
Articles 0
posted 11 years ago

Mail - Close connection

I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...

0 Likes
1 Replies
replied 11 years ago

Continuously scraping backend - how best to achieve in laravel?

I'm not sure you need queues to do this I would set a "last_scraped_at" timestamp against...

0 Likes
replied 11 years ago

Query Builder in Laravel "condition"

$dbPost = Post::select('id, name'); if(isset($post['author_id'])) { $dbPost = $dbPost->where(...

0 Likes
replied 11 years ago

sql to eloquent

I would design this as join rather than putting multiple tables in a DB::raw What sql is it generati...

0 Likes
replied 11 years ago

sql to eloquent

Your where clauses are not the same: Setter.id = status.setter_id and ->where('setter.id','=','...

0 Likes
replied 11 years ago

Laravel 4 - Many to Many relationships help

On my phone, but you can prefix the field with the table: ->where('categories.id','=',$category_i...

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.