Laravel Auth registration issues using MongoDB
I noticed an issue after I installed breeze on my Laravel application. When trying to register my user I was receiving the following error: Call to a member function prepare() on null Which pointed to the following: $user = User::create([…