使用laravel 8.0 環境 sail
sail 內部使用 php artisan serve 啟動專案
使用PASSPORT密碼授權登入 CURL passport 獲取令牌
php artisan serve 是單程式應用
當使用介面請求passport令牌,因為PHP程式已在使用中,導致PHP介面請求程式卡死
定製化 sail, 釋出sail後
php artisan sail:publish
//修改守護程式 新增第二個程式用於passport登入授權
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=8080
//修改後需要重新build
sail build
本作品採用《CC 協議》,轉載必須註明作者和本文連結