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

Installing Laravel in a subdirectory

I have successfully added a laravel subdirectory to a hosted server of a friend. He had a wordpress...

0 Likes
replied 11 years ago

Deleting A Child Table Row

You don't need to implement your own methods to do that. It is usual that when two tables are linked...

0 Likes
replied 11 years ago

Retrieve Eloquent model using multiple table query

There are several ways to achieve the same. $wanted = Posting::where('user_id', '=', $user_id)->w...

0 Likes
replied 11 years ago

Using Auth::attempt with other field as "or"

if( Auth::attempt(['username' => ..., 'password' => ...]) || Auth::attempt(['email' => ...,...

0 Likes
Solved

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.