I am trying to install laravel in my computer.
I am refering to turorails point laravel installation tutorial.
After installing composer trying to create n
Step 1: Set disable-tls = true php composer.phar config -g disable-tls true Step 2: Set secure-http = false php composer.phar config -g secure-http false
The reason is: the url of the installation module is not https, reference manual:https://getcomposer.org/doc/06-config.md#disable-tls