Support the ongoing development of Laravel.io →
Hrvoje Jukic

Hrvoje Jukic

Joined 13 Oct 2014
Hrvoje is a full-stack Laravel developer since 2014. He has a master in computer science and hes own company https://yuca.ba

Statistics

Threads 1
Replies 213
Solutions 26
Articles 0

Redis connection contract

Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...

0 Likes
0 Replies
replied 11 years ago

about Authentication in laravel

if (Auth::attempt(array('email' => $usernameinput, 'password' => $password), true) || Auth...

0 Likes
replied 11 years ago

Eloquent Pivot -> Get all items listed from 3th table with true or false

Maybe you colud use a union of those having it true and false. $yes = $this->roles()->select(D...

0 Likes
replied 11 years ago

Can queues be used to SELECT data from a mysql database?

Hi mjmgooch. You're missing a ->get() after the select. When you add it you will probably get a S...

0 Likes
replied 11 years ago

Schema builder does not support composite keys with auto-incrementing id fields?

I think increments makes the "id" to be primary. You can drop it with dropPrimary. You can...

0 Likes
replied 11 years ago

Invalid argument supplied for foreach()

Hello. I can't find the error, but I have some tips. Don't use count($show->versions). count is 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.