I am trying to run:
php artisan passport:install
And it is returning me this error:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'client_id' cannot be null (SQL: insert into
oauth_personal_access_clients
(client_id
,updated_at
,created_at
) values (, 2022-11-0 8 07:58:48, 2022-11-08 07:58:48))
I am on laravel 5.5 with php 7.1. What am I doing wrong here? Passport version is 2.0.4.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire