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

Raw output for debugging API.

I think you can just use die() then. Assuming you have a $users variable... die($users); This was t...

0 Likes
replied 10 years ago

Why my laravel website is pretty slow?

^I think that's a Chromecast error. https://code.google.com/p/google-cast-sdk/issues/detail?id=309 G...

0 Likes
replied 10 years ago

Redirect does not work

Try this instead. :) return Redirect::to('/'); Add the return statement.

0 Likes
replied 10 years ago

Scope in another table

I would recommend adding a is_banned boolean column to your users table. This way, when you ban a us...

0 Likes
replied 10 years ago

Laravel route action not found

Although I like the Route::group method better, you can use pass a middleware to get methods. If you...

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.