Support the ongoing development of Laravel.io →
Xum

Xum

Joined 12 Apr 2015

Statistics

Threads 0
Replies 188
Solutions 31
Articles 0

xum has not posted any threads yet

replied 10 years ago

How to merge two eloquent collections?

$related->merge() returns a new instance of Collection, it doesn't modify $related. So, the fix i...

0 Likes
replied 10 years ago

How to use Auth::user()->id in route

If current userid and username is all you need, just use Auth::user()->id and Auth::user()->na...

0 Likes
replied 10 years ago

Pass 'Missing Method' to Next Definition in routes.php

Have you tried changing routes definition order, resource route first, controller route second?

0 Likes
replied 10 years ago

Laravel 5 Login Function

Oh, right, I missed that it was a namespaced class. You should either add use Auth; or write \Auth:...

0 Likes
replied 10 years ago

Installation errors out

Could you post composer.json file from the directory where you run the installation command?

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.