Your Composer dependencies require the following PHP extensions to be installed: pcntl
問題原因是 Windows不支持pcntl庫 ,參考 https://stackoverflow.com/questions/30045085/how-to-install-pcntl-exte ...
問題原因是 Windows不支持pcntl庫 ,參考 https://stackoverflow.com/questions/30045085/how-to-install-pcntl-exte ...
參考:https://www.cnblogs.com/rcltocode/p/6835468.html 如果更改了路由狀態,要清理路由緩存 比如從get路由 切換到 post路由時, 以前的ge ...