у меня проблема при попытке развернуть laravel проект на heroku - PullRequest
0 голосов
/ 03 мая 2020

При использовании composer v2.0 возникает следующая ошибка:

remote:        > Illuminate\Foundation\ComposerScripts::postInstall
remote:        > php artisan optimize
remote:        
remote:
remote:          [Illuminate\Database\QueryException]
remote:          SQLSTATE[HY000] [2002] Connection refused (SQL: select * from `users`)
remote:
remote:
remote:
remote:          [PDOException]
remote:          SQLSTATE[HY000] [2002] Connection refused
remote:
remote:
remote:        Script php artisan optimize handling the post-install-cmd event returned with error code 1
remote:  !     WARNING: An error occurred during a database connection or query
remote:
remote:  !     ERROR: Dependency installation failed!
remote:  !
remote:  !     The 'composer install' process failed with an error. The cause
remote:  !     may be the download or installation of packages, or a pre- or
remote:  !     post-install hook (e.g. a 'post-install-cmd' item in 'scripts')
remote:  !     in your 'composer.json'.
remote:  !
remote:  !     Typical error cases are out-of-date or missing parts of code,
remote:  !     timeouts when making external connections, or memory limits.
remote:  !
remote:  !     Check the above error output closely to determine the cause of
remote:  !     the problem, ensure the code you're pushing is functioning
remote:  !     properly, and that all local changes are committed correctly.
remote:  !
remote:  !     For more information on builds for PHP on Heroku, refer to
remote:  !     https://devcenter.heroku.com/articles/php-support
remote:  !
remote:  !     REMINDER: the following warnings were emitted during the build;
remote:  !     check the details above, as they may be related to this error:
remote:  !     - Composer vendor dir found in project!
remote:
remote:  !     Push rejected, failed to compile PHP app.
remote:
remote:  !     Push failed
remote: Verifying deploy...
remote:
remote: !       Push rejected to boiling-earth-95393.
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...