Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't works with my Laravel Auth :( #106

Closed
MrFallen opened this issue Mar 12, 2019 · 1 comment
Closed

Doesn't works with my Laravel Auth :( #106

MrFallen opened this issue Mar 12, 2019 · 1 comment

Comments

@MrFallen
Copy link

MrFallen commented Mar 12, 2019

Controller:
image
View:
image

After clicking the Registration button, nothing happens.

Who can help me? :(

@MrFallen MrFallen changed the title Doesn't Works Laravel Auth :( Doesn't Works with my Laravel Auth :( Mar 12, 2019
@MrFallen MrFallen changed the title Doesn't Works with my Laravel Auth :( Doesn't works with my Laravel Auth :( Mar 12, 2019
@DeBelserArne
Copy link

There's probably an error somewhere;

Try to display messages and you'll probably learn what is happening. You could try to print something like this on the page:

@if(count($errors) > 0)
    @foreach($errors->all() as $error)
        <div class="alert alert-danger">
            {{ $error }}
        </div>
    @endforeach
@endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants