“非 ansi"选项不存在

2022-01-21 00:00:00 php laravel composer-php

I am trying to create laravel project on windows but this problem show to me and
I try update the composer. the php version is 8.0.6, the composer version is 2.0.14, the laravel version is 4.2.5,

解决方案

Instead of laravel new your-project-name you should use composer create-project laravel/laravel your-project-name 4.2.*

相关文章