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 10 years ago

Is there a better way to retrieve unassigned relationship models?

On the phone so YMMV: $addresses = Address::has('location', '=', 0)->get();

0 Likes
Solved
replied 10 years ago

Should I grab all the data and pass to the view, or can I also fetch data from view.

Both will work - I go for B) as long as all the queries etc are in the controller/model

0 Likes
replied 10 years ago

Easiest way to host Laravel project online?

Any cpanel etc host is pretty straight forward - if using default public html just update your publi...

0 Likes
replied 10 years ago

Using existing MySQL database with Laravel 5.1

How many tables do you have? A basic model is probably 4 lines of code, so it might not be too much...

0 Likes
replied 10 years ago

My laravel code is a mess :(

Fat models, skinny controllers is what I always strive for. As a project develops I often will test...

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.