Yes, you can find article here: www.itsolutionstuff.com/post/laravel-11-rest-api-with-passport-authentication-tutorialexample.html and Github repository here: github.com/savanihd/Laravel-11-REST-API-using-Passport
You need to follow the follwing commands: php artisan passport:install after that you run this: php artisan passport:keys --force then: sudo chmod -R 0777 ./storage
This was very helpful! not a lot of good resources on a more niche setup like this. This got me a lot of progress.
Thanks man
Thanks a lot. was very helpful.
Thank you man
👍💯
Great work do u have git repo for this?
Yes, you can find article here: www.itsolutionstuff.com/post/laravel-11-rest-api-with-passport-authentication-tutorialexample.html and Github repository here: github.com/savanihd/Laravel-11-REST-API-using-Passport
@@savanihd Thanks buddy
[2024-12-16 06:03:11] local.ERROR: Invalid key supplied {"exception":"[object] (LogicException(code: 0): Invalid key supplied at C:\\Laravel_Projects\\Auth\\laravel\\vendor\\league\\oauth2-server\\src\\CryptKey.php:67)
[stacktrace]
Pls help
You need to follow the follwing commands:
php artisan passport:install
after that you run this:
php artisan passport:keys --force
then:
sudo chmod -R 0777 ./storage