DEV Community

Discussion on: Laravel Passport don`t work. Error: column "api_token" does not exist

Collapse
 
olnyov profile image
Pavel Olnyov

Laravel 6.x Passport does not require adding the api_token column to the users table, there is no need to create a migration with adding the api_token column.