When i was working with laravel passport in my application. In my local system works, but when i upload it to git and my friend pull and run project he got it error as following :
I was thinking, what is issue because i already installed successfully laravel passport. But i finally i found how to solve it because laravel passport store key on storage folder. So we have to run passport install command on our application, so let's run command:
php artisan passport:install
After run bellow command, i found my solution, i hope you too...