Hujjat / laravStart

Starter AdminLTE3 with Laravel 5.7 and Vuejs 2+
https://www.youtube.com/playlist?list=PLB4AdipoHpxaHDLIaMdtro1eXnQtl_UvE
380 stars 266 forks source link

Add new user, error 500 #17

Closed fauziardiyanto closed 5 years ago

fauziardiyanto commented 5 years ago

Hello there, I already installed the laravstart, with following your last video on your playlist, unfortunately, when I try to add a new user, it's always stuck with error 500 internal server error, why is this thing happen?

amroberto commented 5 years ago

Theo same thing happing with me. The tabble of users don`t show users And the Button of form is inactived, without Action. Tks

fauziardiyanto commented 5 years ago

If the table user didn't show up, you need to install laravel passport first bro.

Hujjat commented 5 years ago

Did you guys installed Laravel Passport ??

fauziardiyanto commented 5 years ago

I was following your last video on the playlist, and yes, I already installed laravel passport

fauziardiyanto commented 5 years ago

hi there, @Hujjat , I think I found the problem, while I rewatching your youtube playlist, the database on the photo, it's not nullable, so when I change it on mysql to be nullable, I can save a user.

Hujjat commented 5 years ago

Hi @fauziardiyanto Nice find. Thank you so much for that. :)