Support the ongoing development of Laravel.io →

omma2289

Joined 18 Nov 2014

Statistics

Threads 2
Replies 5
Solutions 1
Articles 0

Laravel 5 Login form doesn't repopulate on error

In Laravel 5 there seems to be a bug that is preventing the form from being re-populated when the cr...

0 Likes
1 Replies
Solved

Laravel 5 Undefined variable: user in AuthController.php

Trying to implement user registration in Laravel 5 but I get this error after submitting the registr...

0 Likes
9 Replies
Solved
replied 9 years ago

Laravel 5 Login form doesn't repopulate on error

I realize now this is not a bug, but a feature not implemented. To re-populate the form modify postL...

0 Likes
Solved
replied 9 years ago

Laravel 5 Undefined variable: user in AuthController.php

Thanks, I watched the Laracasts video but when implementing forgot all about manually creating the u...

0 Likes
replied 9 years ago

Laravel 5 Undefined variable: user in AuthController.php

Yes, I reverted to the old syntax with: Blade::setEchoFormat('%s');

0 Likes
replied 9 years ago

Laravel 5 Undefined variable: user in AuthController.php

Here's my view: (I modified the new default blade escaping syntax) {{ Form::open() }} <!--Ema...

0 Likes
replied 9 years ago

Laravel 5 Undefined variable: user in AuthController.php

I believe the issue is actually in the controller as the form is validated and the postRegister meth...

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.