Hello I am fresher in Laravel. I installed the xampp server into the E:\xampp>
directory and I installed the composer into the C:> directory.I downloaded
the laravel project from the laravel site.then for some dependency I have to
install the composer into my project directory but when I install
composer using the following command
composer install
I find the error like
You are running Composer with SSL/TLS protection disabled.
Loading composer repositories with package information
[Composer\Downloader\TransportException]
Your configuration does not allow connections to http://packagist.org/packa
ges.json. See https://getcomposer.org/doc/06-config.md#secure-http for deta
ils.
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-c
ustom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest
] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative]
[--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
How to resolve.