I Want deploy laravel 10 using nginx,
I have current problem when running composer:
Running 2.5.5 (2023-03-21 11:50:05) with PHP 8.2.4 on Linux / 3.10.0-1160.88.1.el7.x86_64
Reading ./composer.json (/www/wwwroot/rentcarindo.com/composer.json)
Loading config file /home/www/.config/composer/config.json
Loading config file /home/www/.config/composer/auth.json
Loading config file ./composer.json (/www/wwwroot/rentcarindo.com/composer.json)
Checked CA file /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem: valid
Executing command (/www/wwwroot/rentcarindo.com): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Failed to initialize global composer: Composer could not find the config file: /home/www/.config/composer/composer.json
Reading ./composer.lock (/www/wwwroot/rentcarindo.com/composer.lock)
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Reading ./composer.lock (/www/wwwroot/rentcarindo.com/composer.lock)
Built pool.
Generating rules
Resolving dependencies through SAT
Dependency resolution completed in 0.001 seconds
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- league/mime-type-detection is locked to version 1.11.0 and an update of this package was not requested.
- league/mime-type-detection 1.11.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 2
- league/mime-type-detection 1.11.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
- league/flysystem 3.12.3 requires league/mime-type-detection ^1.0.0 -> satisfiable by league/mime-type-detection[1.11.0].
- league/flysystem is locked to version 3.12.3 and an update of this package was not requested.
my loaded PHP:
Core date libxml openssl pcre sqlite3 zlib bcmath ctype curl dom filter ftp gd gettext hash iconv intl json mbstring SPL session pcntl standard mysqlnd PDO pdo_mysql pdo_sqlite Phar posix random Reflection mysqli shmop SimpleXML soap sockets sodium sysvsem tokenizer xml xmlreader xmlwriter zip fileinfo
is anyone already success running laravel 10 using AApanel