laravel 獲取token 'secret' of non-object

helong3314發表於2021-06-07

*簡介 *這篇文章主要介紹了Laravel Passport嘗試獲取非物件的屬性“秘密”以及相關的經驗技巧,文章約3595字,瀏覽量119,點贊數2,值得參考!

我正在使用laravel並嘗試使用Authenthication製作一個Laravel passport。因此,我透過檢視文件和youtube完成了此操作,但出現此錯誤。這是我要求的AuthController和錯誤。

我已經在Google上進行搜尋,但是找不到任何提及Trying to get property 'secret' of non-object的內容。我已經嘗試過php artisan passport:install,所以我得到了personal_access_clients,但沒有任何效果。

本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章