We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07377b commit 95d7083Copy full SHA for 95d7083
resources/views/auth/register.blade.php
@@ -18,7 +18,7 @@
18
</div>
19
@endif
20
21
- <form class="form-horizontal" role="form" method="POST" action="/auth/register">
+ <form class="form-horizontal" role="form" method="POST" action="{{ url('/auth/register') }}">
22
<input type="hidden" name="_token" value="{{ csrf_token() }}">
23
24
<div class="form-group">
0 commit comments