php學習踩坑(一)
php學習–laravel踩坑
安裝composer,
建立laravel,一直報錯
composer create-project laravel/laravel --prefer-dist
搜了好久,找到一個解決方案
composer create-project laravel/laravel --prefer-dist --ignore-platform-reqs
引數說明
–ignore-platform-reqs: ignore all platform requirements (php, hhvm, lib-* and ext-*) and force the installation even if the local machine does not fulfill these. See also the platform config option
忽略所有平臺要求(php,hhvm,lib- *和ext- *)並強制安裝,即使本地計算機不滿足這些要求
相關文章
- PHP 8 踩坑記PHP
- mybatis學習與踩坑記錄MyBatis
- 新手學習laravel踩坑記錄Laravel
- 我的學習(踩坑)記錄
- spring boot學習與踩坑記錄Spring Boot
- PHP 引用詳解 - 踩坑與妙用PHP
- PHP7 以上版本 使用 xdebug 踩坑PHP
- 機器學習第一天--pytorch環境配置踩坑記錄(一)機器學習PyTorch
- Django開發踩坑(一)Django
- gorm踩坑記錄(一)GoORM
- electron踩坑系列之一
- 曾經踩過的 PHP 一個小坑:null 合併運算子 ??PHPNull
- stm32學習之除錯篇踩坑記錄除錯
- vue + typescript 踩坑筆記(一)VueTypeScript筆記
- Cocos Creator踩坑日記(一)
- react-native踩坑之行(一)React
- 小程式踩坑日記 (一)
- 踩坑PHP複製檔案到另外資料夾PHP
- vue踩坑Vue
- 相容踩坑
- THEOS踩坑。。。
- Flutter 踩坑Flutter
- angular踩坑Angular
- protodep踩坑
- CDH踩坑
- 小程式踩坑填坑
- 記一次spring cloud踩坑SpringCloud
- 微信小程式踩坑指南【一】微信小程式
- 今天踩了一個基礎坑
- Flutter學習必知必會!怎樣才能不踩坑地使用Flutter ?Flutter
- 個人小站記錄學習、踩坑記錄,歡迎互加友鏈
- removeChild踩坑記REM
- Fragment-踩坑Fragment
- 小程式踩坑
- MQTT使用踩坑MQQT
- vue 踩坑記Vue
- GitLab CI 踩坑Gitlab
- mpvue“踩坑”指南Vue