IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Laravel PHP Discussion :

openssl au demarage d'un projet laravel


Sujet :

Laravel PHP

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2017
    Messages
    105
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Burkina Faso

    Informations professionnelles :
    Activité : Étudiant
    Secteur : Industrie

    Informations forums :
    Inscription : Mai 2017
    Messages : 105
    Par défaut openssl au demarage d'un projet laravel
    j'obtient un erreur quand j'essais de creer un projet laravel avec mon terminal.
    j'utilise wamp 3.1.~

    voici l'erreur que j'obtient:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    C:\Users\USER>cd C:\Users\USER\Documents\projetLaravel
     
    C:\Users\USER\Documents\projetLaravel>composer create-project --prefer-dist laravel/laravel myLaravel2
    Installing laravel/laravel (v5.4.30)
      - Installing laravel/laravel (v5.4.30): Loading from cache
    Created project in myLaravel2
    > php -r "file_exists('.env') || copy('.env.example', '.env');"
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Package operations: 61 installs, 0 updates, 0 removals
      - Installing doctrine/inflector (v1.1.0): Loading from cache
      - Installing symfony/polyfill-mbstring (v1.8.0): Loading from cache
      - Installing symfony/var-dumper (v3.4.12): Loading from cache
      - Installing psr/log (1.0.2): Loading from cache
      - Installing symfony/debug (v3.4.12): Loading from cache
      - Installing symfony/console (v3.4.12): Loading from cache
      - Installing nikic/php-parser (v3.1.5): Loading from cache
      - Installing jakub-onderka/php-console-color (0.1): Loading from cache
      - Installing jakub-onderka/php-console-highlighter (v0.3.2): Loading from cache
      - Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
      - Installing psy/psysh (v0.9.6): Loading from cache
      - Installing vlucas/phpdotenv (v2.5.0): Loading from cache
      - Installing symfony/css-selector (v3.4.12): Loading from cache
      - Installing tijsverkoyen/css-to-inline-styles (2.2.1): Loading from cache
      - Installing symfony/routing (v3.4.12): Loading from cache
      - Installing symfony/process (v3.4.12): Loading from cache
      - Installing paragonie/random_compat (v2.0.17): Downloading (failed)
    Downloading (failed)
    Downloading (failed)    Failed to download paragonie/random_compat from dist: The "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
    error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
    Failed to enable crypto
    failed to open stream: operation failed
        Now trying to download from source
      - Installing paragonie/random_compat (v2.0.17): Cloning 29af24f25b
     
     
      [RuntimeException]
      Failed to clone <a href="https://github.com/paragonie/random_compat.git" target="_blank">https://github.com/paragonie/random_compat.git</a> via https, ssh protocols, aborting.
     
      - <a href="https://github.com/paragonie/random_compat.git" target="_blank">https://github.com/paragonie/random_compat.git</a>
        Cloning into 'C:\Users\USER\Documents\projetLaravel\myLaravel2\vendor\paragonie\random_compat'...
        fatal: unable to access 'https://github.com/paragonie/random_compat.git/': SSL certificate problem: self signed c
      ertificate in certificate chain
     
      - <a href="mailto:git@github.com:paragonie/random_compat.git">git@github.com:paragonie/random_compat.git</a>
        Cloning into 'C:\Users\USER\Documents\projetLaravel\myLaravel2\vendor\paragonie\random_compat'...
        Host key verification failed.
        fatal: Could not read from remote repository.
     
        Please make sure you have the correct access rights
        and the repository exists.
     
     
    create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>]

  2. #2
    Modérateur

    Avatar de MaitrePylos
    Homme Profil pro
    DBA
    Inscrit en
    Juin 2005
    Messages
    5 506
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 52
    Localisation : Belgique

    Informations professionnelles :
    Activité : DBA
    Secteur : Service public

    Informations forums :
    Inscription : Juin 2005
    Messages : 5 506
    Par défaut
    Bonjour, avez-vous tout les pré-requis ?

    https://laravel.com/docs/5.6#server-requirements

  3. #3
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2017
    Messages
    105
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Burkina Faso

    Informations professionnelles :
    Activité : Étudiant
    Secteur : Industrie

    Informations forums :
    Inscription : Mai 2017
    Messages : 105
    Par défaut
    ok merci.
    j'ai augmenter la version de mon php a 7.1.* puis j'ai refait mon ce qui a bien marcher, mais j'etait connecter a un autre routeur de connexion internet.
    voulant créer un outre projet avec mon ancien routeur, je retombe sur la même sorte d'erreur.

    peut -on conclure que c'est du a ma source de connexion internet?

    et, ne peut-on pas juste copier un ancien projet laravel , en renommant le dossier, pour en faire un nouveau projet laravel?

Discussions similaires

  1. Information sur l'ajout de projet LARAVEL
    Par vladock dans le forum Laravel
    Réponses: 0
    Dernier message: 13/07/2017, 16h23
  2. Nouveau projet Laravel
    Par ouldfella dans le forum Laravel
    Réponses: 1
    Dernier message: 17/05/2016, 13h55
  3. Qu'est ce qu'un grand projet ?
    Par Geronimo dans le forum Débats sur le développement - Le Best Of
    Réponses: 62
    Dernier message: 04/04/2013, 14h52
  4. Réponses: 6
    Dernier message: 21/06/2002, 14h48
  5. Les fichiers d'un projet
    Par Manolo dans le forum C++Builder
    Réponses: 4
    Dernier message: 07/05/2002, 17h51

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo