init-engineer / init.engineer

這是一份純靠北工程師的專案,請好好愛護它,謝謝。
https://init.engineer
MIT License
650 stars 41 forks source link

oauth_clients 缺少 provider欄位 #76

Closed money626 closed 3 years ago

money626 commented 3 years ago

描述錯誤 清楚簡明地描述錯誤是什麼。 https://github.com/init-engineer/init.engineer/blob/master/database/migrations/2016_06_01_000004_create_oauth_clients_table.php 缺少 provider 欄位 會導致 php artisan passport:install無法正常運作

其他內容 在此處添加有關該問題的任何其他上下文。 在乾太想到要push之前 提供給遇到php artisan passport:install無法正常運作的人一個quick fix https://github.com/init-engineer/init.engineer/blob/master/database/migrations/2016_06_01_000004_create_oauth_clients_table.php 到以上檔案加上 $table->string('provider')->nullable(); 並重跑 php artisan migrate --seed 或是你自己到資料庫新增欄位