skip to Main Content

Php – What happened to elasticsearch/elasticsearch?

https://github.com/elastic/elasticsearch-php | https://packagist.org/packages/elasticsearch/elasticsearch gone missing. What happened there? [RuntimeException] Failed to clone https://github.com/elastic/elasticsearch-php.git via https, ssh protocols, aborting. - https://github.com/elastic/elasticsearch-php.git Cloning into bare repository '/composer/cache/vcs/https---github.com-elastic-elasticsearch-php.git'... remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls…

VIEW QUESTION

Php – Why I get fatal error when trying to run composer update in empty laravel project?

I am created new laravel project, ran composer update and get this error: > @php artisan package:discover Fatal error: Uncaught Error: Call to undefined method ComposerRepositoryPlatformRepository::isPlatformPackage() in /var/www/app/vendor/composer/composer/src/Composer/Json/JsonManipulator.php:139 Stack trace: #0 /var/www/app/vendor/composer/composer/src/Composer/Json/JsonManipulator.php(163): ComposerJsonJsonManipulator->ComposerJson{closure}('php') #1 [internal function]: ComposerJsonJsonManipulator->ComposerJson{closure}('php', 'matviib/telegra...') #2 /var/www/app/vendor/composer/composer/src/Composer/Json/JsonManipulator.php(164):…

VIEW QUESTION

Can't run laravel with php artisan serve command

ErrorException Undefined array key 1 at vendorlaravelframeworksrcIlluminateFoundationConsoleServeCommand.php:368 364▕ $line = str_replace(' ', ' ', $line); 365▕ 366▕ preg_match($regex, $line, $matches); 367▕ ➜ 368▕ return Carbon::createFromFormat('D M d H:i:s Y', $matches[1]); 369▕ } 370▕ 371▕ /** 372▕ * Get the request…

VIEW QUESTION
Back To Top
Search