Support the ongoing development of Laravel.io →
arcollector

arcollector

Joined 2 Mar 2014

Statistics

Threads 0
Replies 80
Solutions 11
Articles 0

arcollector has not posted any threads yet

replied 11 years ago

as I can construct the following sql statement

my approach would be this $combobox = array_build( User::all(), function( $key, $value ) { retu...

0 Likes
replied 11 years ago

Any equivalent to CakePHP's saveAll?

this is how I made CRUD with laravel, still maybe exists a better approach // models/Post.php class...

0 Likes
replied 11 years ago

as I can construct the following sql statement

why do you need to concat strings with mysql, relegate that work to php only use mysql for retrievin...

0 Likes
replied 11 years ago

Laravel bug or my mistake?

you have missed the use keyword ->whereIn('users_id', function($query) use( $userId )

0 Likes
Solved
replied 11 years ago

Help with relationships.

try this $this->belongsTo('Incubator','incubator_id', 'id');

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.