Create Roles for user, default is admin and user? [y|N] (yes/no) [yes]:
>
Enter roles in comma separate format. [Admin,User]:
>
In Connection.php line 664:
SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: roles.guard_name (SQL: insert into "roles" ("name", "updated_at", "created_at") values (Admin, 2017-12-04 13:12:50, 2017-12-04 13:12:50))
In Connection.php line 458:
SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: roles.guard_name
Edit:
Laravel 5.5.22
PHP 7.0.15
Following the blog article