Support the ongoing development of Laravel.io →

mikebirduk

Joined 24 Nov 2014

Statistics

Threads 2
Replies 3
Solutions 1
Articles 0

Multiple servers

Hi, just a question on best practice, I have a Laravel application that I want to scale across 2 web...

0 Likes
1 Replies

Problems with Redirect::intended and Auth

Hi, I am new to Laravel and am building the user registration/authentication part of my app. When a...

0 Likes
5 Replies
Solved
replied 9 years ago

Problems with Redirect::intended and Auth

Noob mistake.... if ($auth) { Redirect::intended('/'); } else {...

0 Likes
Solved
replied 9 years ago

Problems with Redirect::intended and Auth

Oops, I forgot to include the get: Route::get('/account/change-password', array( 'as' => 'acco...

0 Likes
replied 9 years ago

Problems with Redirect::intended and Auth

Looks like it is called, testing with dd() shows it is, and returning true, even in the if ($auth) {...

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.

© 2024 Laravel.io - All rights reserved.