This is because you didn't generate Oauth keys using passport keys. Run php artisan passport:keys After that run the following command to generate a personal access client php artisan passport:client --personal Enter the details it asks you. Then you are done.