I am trying to install laravel in my computer.
I am refering to turorails point laravel installation tutorial.
After installing composer trying to create new larael project but getting this error.
This is the error which I am getting:
I am trying to install laravel in my computer.
I am refering to turorails point laravel installation tutorial.
After installing composer trying to create new larael project but getting this error.
This is the error which I am getting:
The reason is: the url of the installation module is not https, reference manual:https://getcomposer.org/doc/06-config.md#disable-tls
It works for me, try the step below :
1 First clear the cached
2 You have 2 options here:
3 Run again your laravel project :
Hope those steps can help you.
You need to enable OpenSSL in your Windows.
You can enable it from your
php.ini
file: