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

User Authentication not working!

This line of code {!! csrf_field() !!} generates a hidden input field with a randomized value. That...

0 Likes
replied 10 years ago

User Authentication not working!

Your csrf token might be refreshing with every page view. Can you double check that?

0 Likes
replied 10 years ago

Localization - Dynamically filling the language files from database

No problem. :) I can't test it right now, but it should be a collection. However, if you are making...

0 Likes
replied 10 years ago

Localization - Dynamically filling the language files from database

There is a lists() method that can clean up your code to a single line. :) return Language::lists('t...

0 Likes
replied 10 years ago

Override find()

There's no need to override find. Create a custom method. Your current method is just calling itself...

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.