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

前端 未结 5 2053
我在风中等你
我在风中等你 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:18

    The answer by @FathurRohman (moved out of the question):

    I'am searching another solution and I found it here http://laravel.io/forum/04-18-2014-you-need-to-specify-a-file-path-to-store-the-seed

    This caused i am not enable my php_openssl in my php.ini. When I enable this extension, make sure that openSSL support is enable, not Native OpenSSL support

提交回复
热议问题