root@rp:/www/wwwroot/test.randpages.com# composer create-project laravel/laravel:7.* test_laravel --prefer-dist
PHP Warning: putenv() has been disabled for security reasons in phar:///usr/bin/composer/vendor/composer/xdebug-handler/src/Process.php on line 160
Warning: putenv() has been disabled for security reasons in phar:///usr/bin/composer/vendor/composer/xdebug-handler/src/Process.php on line 160
PHP Warning: putenv() has been disabled for security reasons in phar:///usr/bin/composer/bin/composer on line 59
Warning: putenv() has been disabled for security reasons in phar:///usr/bin/composer/bin/composer on line 59
Creating a "laravel/laravel:7.*" project at "./test_laravel"
Installing laravel/laravel (v7.30.1)
- Installing laravel/laravel (v7.30.1): Extracting archive
The Process class relies on proc_open, which is not available on your PHP installation.
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
[ErrorException]
Undefined index: process
create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [<package>] [<directory>] [<version>]