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

前端 未结 5 2065
我在风中等你
我在风中等你 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-21 15:08

    i was also getting same error when i try to access my project like

    localhost/myproject/
    

    Let me tell you my case:-
    1.)i was install my laravel project on lamp server and after some time i move project to xampp server.

    2.)i try to access project and then i get this SEXY error :). Then i go to my php.ini file in (xampp server) and change setting of OpenSSL support to enable and i get rid off that error.

    3.)When i echo phpinfo() i get o/p like:-

    openssl  
    OpenSSL support             -->**enabled**  
    OpenSSL Library Version     -->**OpenSSL 0.9.8y 5 Feb 2013**  
    OpenSSL Header Version      -->**OpenSSL 0.9.8y 5 Feb 2013**  
    

    that's all i do for enjoy this :) oohh my laravel version is 4.1

提交回复
热议问题