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
I have the same issue, but then I try this:
composer config -g secure-http false
then I run again my Laravel, and it works.