Laravel, You need to specify a file path to store the seed

前端 未结 5 2064
我在风中等你
我在风中等你 2020-12-21 14:33

I have copy my new Laravel project in my new directory. But my project is not included with \"vendor\" directory. So I run command:

composer install
<         


        
5条回答
  •  醉话见心
    2020-12-21 15:17

    Enabling openSSL in php modules corrects this error. in file (for windows) "C:\wamp\bin\apache\Apache2.4.4\bin\php.ini" enable the "extension=php_openssl.dll" by deleting ;

提交回复
热议问题