Hi, just a question on best practice, I have a Laravel application that I want to scale across 2 web...
Hi, I am new to Laravel and am building the user registration/authentication part of my app. When a...
Noob mistake.... if ($auth) { Redirect::intended('/'); } else {...
Oops, I forgot to include the get: Route::get('/account/change-password', array( 'as' => 'acco...
Looks like it is called, testing with dd() shows it is, and returning true, even in the if ($auth) {...
The Laravel portal for problem solving, knowledge sharing and community building.
The community