The "no-ansi" option does not exist – PHP Versions
I am trying to create laravel project on windows but this problem show to me and I try update the composer. the php version is 8.0.6, the composer version is 2.0.14, the laravel version is 4.2.5,
I am trying to create laravel project on windows but this problem show to me and I try update the composer. the php version is 8.0.6, the composer version is 2.0.14, the laravel version is 4.2.5,
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.9". You are running 7.4.8. in /home/vol14_1/byethost5.com/b5_28703730/htdocs/vendor/composer/platform_check.php on line 24 this is my composer.json file { "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": […
I've installed composer globally (and locally - just for testing) according to https://getcomposer.org/download/ Then, I'm trying composer create-project laravel/laravel and I receive an error: composer create-project laravel/laravel Creating a "laravel/laravel" project at "./laravel" [ComposerDownloaderTransportException] curl error 60 while downloading https://repo.packagist.org/packages.json:…
I have face this problem to install maatwebsite/excel on laravel 8. How can I fix it? NB: PHP version running 8.
Here is the message I have when I access my site: Fatal error: Uncaught Error: Call to undefined method ComposerAutoloaderInitd7a72f88a86cf25d5563498a7179620e::getLoader() in /home/vagrant/code/vendor/autoload.php:7 Stack trace: #0 /home/vagrant/code/public/index.php(34): require() #1 {main} thrown in /home/vagrant/code/vendor/autoload.php on line 7 I am using popOS PHP…
I'm a beginner in Laravel, I have installed Laravel Excel packeage in my project successfully. but, there is a problem appear with the package, when I run composer update it shows this error: Loading composer repositories with package information Updating…
I'm writing a PHP application based on Symfony v5.0.11. Now I want to upgrade Symfony to the ^v5.2. (The Composer version is 2.0.12.) $ composer require symfony/framework-bundle:^5.2 ./composer.json has been updated Running composer update symfony/framework-bundle Loading composer repositories with package…
I found the composer.json & composer.lock(php) has conflict section (not to be confused with merge conflict ). The other similar files like package.json/yarn.json (nodejs) or Pipfile (python) and the corresponding lock files package-lock.json/yarn.lock or Pipfile.lock, do not have such format…
I am facing a problem of error 500 in my laravel production website. My application used to work well before a composer update command I ran from ssh to ubuntu server. I used to use forge for deployment and after…
We are starting to use PHP 8 on new projects. But we are also migrating old projects to the new PHP 8. Problems occur when installing dependencies. Because PHP 8 is relatively new, there are still many third-party packages that…