Support the ongoing development of Laravel.io →
thomastkim

thomastkim

Joined 20 Aug 2015

Statistics

Threads 0
Replies 210
Solutions 40
Articles 0

thomastkim has not posted any threads yet

replied 10 years ago

The Laravel simple from is not returning anything.

Why are you dding $this? Of course you won't return anything then.

0 Likes
replied 10 years ago

Existing mySQL DB for login credentials

Laravel definitely saves the credentials in the database. We can't really tell you how you would aut...

0 Likes
replied 10 years ago

auth()->attempt() throws an ErrorException when passed an array of credentials

Does your User model implement the Authenticatable contract and use the trait? use Illuminate\Auth\A...

0 Likes
Solved
replied 10 years ago

Call to undefined function App\Http\Controllers\request() (inconsistent helper function documentation/functionality)

The request helper function doesn't exist in Lumen. Where does it imply that it is global? I can't f...

0 Likes
replied 10 years ago

Eloquent query for 1 table and 2 pivot tables

Company::with('users')->with('products')->get(); That actually gives you the 2 associated tab...

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.