I’ve started playing around with Laravel and have run into problems almost immediately and wondered if anyone had the same issues.
I’ve installed composer and tried setting up a new laravel project using
composer create-project laravel/laravel --prefer-dist
It looks like it starts to work then when I get to “Installing dependencies, Installing vlucas/phpdotenv (v1.1.1)” it quits with an error saying segmentation fault.
I subsequently downloaded a laravel base project from the laravel git hub and tried installing with composer install
but got the same issue.
Lastly i tried installing composer directly to the project directory using the curl command curl -sS https://getcomposer.org/installer | php
and then using the command php compser.phar install
but again with the same issue.
Not sure where to go next so any help would be appreciated!
Advertisement
Answer
It was issues with the proxy server at work in the end.