Forum Laravel Displaying message after successful registration
in RegisterController.phpI have used
RegisterController.php
protected function redirectTo() { return redirect('/users')->with('success','User has Added'); }
and I'm getting this message
ErrorException Header may not contain more than a single header, new line detected
when i use return ' users/' it work fine
Please sign in or create an account to participate in this conversation.
There's no shortage of content at Laracasts. In fact, you could watch nonstop for days upon days, and still not see everything!
Get Started
Displaying message after successful registration
in
RegisterController.php
I have usedand I'm getting this message
when i use return ' users/' it work fine