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

Mocking Notification failed to sent notification

Maybe set the notification channel to log when in testing environment.

0 Likes
replied 5 years ago

what is the best way to write this type of queries?

Be aware that this will execute two queries, one to fetch the users and the the other to fetch the c...

0 Likes
replied 5 years ago

what is the best way to write this type of queries?

for the date filtering you can make a scope. For example scopeInMonth($year, $month). I didn't try t...

0 Likes
replied 5 years ago

How to properly store checkbox array

This is related to database schema design. In NoSQL databases like MongoDB you'd store that in a nes...

0 Likes
replied 5 years ago

Laravel Custom Controllers and Models

You can use class_exists to check if a model exists. You can inject the class instance or name into...

1 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.