I don\'t get what I\'m doing wrong. I can\'t set token expiration time.
Yes, I just wasted one day to find this problem in VERSION = '5.8'.
For now, maybe we need modify your-project/vendor/laravel/passport/src/Passport.php.
D---> means Day Y---> means year M---> means Month
three types of token in passport
1.tokensExpireIn in 303 line.
personalAccessTokensExpireIn in 341 line .
refreshTokensExpireIn in 322 line.