linux - Laravel installation in composer fails -



linux - Laravel installation in composer fails -

when seek install laravel in composer, throwing error.

my command in terminal is:

composer create-project laravel

and error is:

[composer\downloader\transportexception] "https://packagist.org/packages.json" file not downloaded: ssl operation failed code 1. openssl error messages: error:14090086:ssl routines:ssl3_get_server_certificate:certificate verify failed failed enable crypto failed open stream: operation failed

note: have installed composer able see list of commands if type composer in terminal.

linux ubuntu laravel composer-php

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -