General Error : Field doesn’t have a default value in Laravel
This is one of the most common problem, developers face while working with Laravel. SQLSTATE[HY000]: General error: 1364 Field 'username' doesn't have a default value (SQL: insert into `users` (`name`,…
Continue Reading