laravel 4 installation problems

瘦欲@ 提交于 2019-12-03 17:33:36

The issue with the php.ini file of WAMP

the php.ini used by the command line is located in the "PHP folder" and is NOT the same one used by the Apache server.

Find the php.ini from the WAMP > localhost > php > bin file (In my case C:\localhost\bin\php\php5.3.13)

And enable the extension=php_openssl.dll

Then it should work

Same issue with me. I'm using XAMPP and there is only one php.ini in there. I think I have set everything up correctly according to the two hours of Googling I have done on the issue. I've also turned off the Firewall. This is very frustrating! My dev environment is in Windows so I really don't want to have to start messing about with Linux virtual machines.

There is a standalone no composer installation: https://github.com/barryvdh/laravel-preloaded

Note that this will not have an upgrade path and is experimental.

I see you have the answer already however if you or anyone else is having issues installing Laravel 4 using WAMP you can use my flowcharts for a step by step installation. https://github.com/scrfix/Laravel4x_FlowCharts

Wayne

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!