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 can I use onWriteConnection() to create new user?

onWriteConnection() is for querying on write connection. If you already have read/write connections...

0 Likes
Solved
replied 10 years ago

Proper/best way to access user data

As for sent messages, I would either define a one-to-many relation for sent messages and users, or p...

0 Likes
replied 10 years ago

Laravel 5 Login Function

You don't need this line: use Illuminate\Foundation\Auth;

0 Likes
replied 10 years ago

Mail::send() not working within the dynamic loop

Closure doesn't have access to variables in the scope it was defined in. You have to pass $toUser an...

0 Likes
Solved
replied 10 years ago

Scrutinizer marks Eloquent save() as wrong

Model::find($id) method can return either a Model, a Collection of models (if you pass it an array...

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.