Answer the question
In order to leave comments, you need to log in
MAMP + PHPSTORM + LARAVEL work?
MAMP server installed.
I want to install Laravel through PHPSTORM, but as a result it gives an error
nstalling laravel/laravel (v5.1.1)
- Installing laravel/laravel (v5.1.1)
Failed to download laravel/laravel from dist: You must enable the openssl extension to download files via https
Now trying to download from source
- Installing laravel/laravel (v5.1.1)
Cloning 136d7fa8ef74d0bbe3dd29c0e19c58585e84606e
[RuntimeException]
Failed to clone [email protected]:laravel/laravel.git, git was not found, check that it is installed and in your PATH env .
In php.ini, the path to the openssl extension is specified. The extension itself is in place.
What am I doing wrong?
Answer the question
In order to leave comments, you need to log in
Failed to clone [email protected]:laravel/laravel.git, git was not found , check that it is installed and in your PATH env.
Maybe it's easier to put it manually from the console?
> composer create-project laravel/laravel --prefer-dist
Do you install from the PHPStorm console?
So php is not registered in PATH, try to write the full path to php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question