You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
When I click on register or login it says the the view is not found because there is only welcome.blade.php view. All views that are generated when using the php artisan make:auth command are missing and that causes errors. I've ran the make:auth command and the views were generated, but when I submit the register form I recieved an error that column is_admin does not have a default value. I fixed it by editing the migation, but I think that should be fixed by default.
Best regards
I will keep sending a feedback for other problems I find
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I click on register or login it says the the view is not found because there is only welcome.blade.php view. All views that are generated when using the php artisan make:auth command are missing and that causes errors. I've ran the make:auth command and the views were generated, but when I submit the register form I recieved an error that column is_admin does not have a default value. I fixed it by editing the migation, but I think that should be fixed by default.
Best regards
I will keep sending a feedback for other problems I find
The text was updated successfully, but these errors were encountered: