Support the ongoing development of Laravel.io →
Requests Validation
Last updated 2 years ago.
0

Try this:

return Redirect::route('home');
Last updated 2 years ago.
0

As @stealthify has mentioned, this code is better suited for a controller or filter. This is definitely not view logic (neither is the direct database call inside of the view - that belongs in the model layer). Additionally you can get a more reliable form of the user's IP via the Request facade.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Joe96 joe96 Joined 28 Apr 2014

Moderators

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.

© 2024 Laravel.io - All rights reserved.