Hello! Are you using homestead?
Problem creating / setting up Laravel Project (Laravel Newbie)
Hi All,
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!
Hi all, thanks for the replies. I've managed to get round it by setting up a homestead dev box, so much simpler. Thanks for taking the time to try and help.
Please or to participate in this conversation.