1.
建新工程的时候忘了换源
解:
2.换了源还不行
解:找php.ini 开启 extension=php_fileinfo.dll扩展
3.装完了之后
打开显示Warning: require(C:\phpStudy\PHPTutorial\WWW\Laravel\CYOD\bootstrap/…/vendor/autoload.php): fail
解:更新下composer composer update
4.接着报
Symfony\Component\Debug\Exception\FatalThrowableError
Fatal error: Class ‘xxxxxx’ not found
解:
5.接着报:
Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR)
Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length()
解:不知道怎么回事重启服务就好了,明明openssl是解注释了的