I think you can just use die() then. Assuming you have a $users variable... die($users); This was t...
^I think that's a Chromecast error. https://code.google.com/p/google-cast-sdk/issues/detail?id=309 G...
Try this instead. :) return Redirect::to('/'); Add the return statement.
I would recommend adding a is_banned boolean column to your users table. This way, when you ban a us...
Although I like the Route::group method better, you can use pass a middleware to get methods. If you...
The Laravel portal for problem solving, knowledge sharing and community building.