In Laravel 5 there seems to be a bug that is preventing the form from being re-populated when the cr...
Trying to implement user registration in Laravel 5 but I get this error after submitting the registr...
I realize now this is not a bug, but a feature not implemented. To re-populate the form modify postL...
Thanks, I watched the Laracasts video but when implementing forgot all about manually creating the u...
Yes, I reverted to the old syntax with: Blade::setEchoFormat('%s');
Here's my view: (I modified the new default blade escaping syntax) {{ Form::open() }} <!--Ema...
I believe the issue is actually in the controller as the form is validated and the postRegister meth...
The Laravel portal for problem solving, knowledge sharing and community building.
The community