It is because you're not sending a password with the form.
Fresh Install of Laravel Spark, Registration page throws an SQL error
Installation was done with no errors. Frontend is working but Registering a new user gives me an SQL Error
SQLSTATE[HY000]: General error: 1364 Field 'password' doesn't have a default value (SQL: insert into users (name, email, updated_at, created_at)
Tried running a fresh migrate. Starting from scratch again. Tried rebuilding the database but nothing has so far.
Can someone at least point me to the right direction? Thanks!
The register page is built from php artisan make:auth
You messed it up. Where in the Spark installation guide does it say to do that? It doesn't, because it has it's own already built in. If you follow the installation steps and don't do things it doesn't tell you to do, it should work fine. All you need to do is run the migrations and npm install and npm run dev, etc.
You will probably need to delete the project and start from scratch.
Please or to participate in this conversation.