Advertisement
Guest User

log

a guest
Nov 29th, 2017
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.87 KB | None | 0 0
  1. [root@wow public_html]# composer create-project laravel/laravel test
  2. Content-type: text/html; charset=UTF-8
  3.  
  4. Warning: Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI
  5. Installing laravel/laravel (v5.5.22)
  6. - Installing laravel/laravel (v5.5.22): Loading from cache
  7. Created project in test
  8. > @php -r "file_exists('.env') || copy('.env.example', '.env');"
  9. Error in argument 7, char 2: option not found r
  10. Usage: php-cgi [-q] [-h] [-s] [-v] [-i] [-f <file>]
  11. php-cgi <file> [args...]
  12. -a Run interactively
  13. -b <address:port>|<port> Bind Path for external FASTCGI Server mode
  14. -C Do not chdir to the script's directory
  15. -c <path>|<file> Look for php.ini file in this directory
  16. -n No php.ini file will be used
  17. -d foo[=bar] Define INI entry foo with value 'bar'
  18. -e Generate extended information for debugger/profiler
  19. -f <file> Parse <file>. Implies `-q'
  20. -h This help
  21. -i PHP information
  22. -l Syntax check only (lint)
  23. -m Show compiled in modules
  24. -q Quiet-mode. Suppress HTTP Header output.
  25. -s Display colour syntax highlighted source.
  26. -v Version number
  27. -w Display source with stripped comments and whitespace.
  28. -z <file> Load Zend extension <file>.
  29. -T <count> Measure execution time of script repeated <count> times.
  30. Loading composer repositories with package information
  31. Updating dependencies (including require-dev)
  32. Package operations: 68 installs, 0 updates, 0 removals
  33. - Installing hamcrest/hamcrest-php (v2.0.0): Loading from cache
  34. - Installing mockery/mockery (1.0): Loading from cache
  35. - Installing vlucas/phpdotenv (v2.4.0): Loading from cache
  36. - Installing symfony/css-selector (v3.3.13): Loading from cache
  37. - Installing tijsverkoyen/css-to-inline-styles (2.2.0): Loading from cache
  38. - Installing symfony/polyfill-mbstring (v1.6.0): Loading from cache
  39. - Installing symfony/var-dumper (v3.3.13): Loading from cache
  40. - Installing symfony/routing (v3.3.13): Loading from cache
  41. - Installing symfony/process (v3.3.13): Loading from cache
  42. - Installing symfony/http-foundation (v3.3.13): Loading from cache
  43. - Installing symfony/event-dispatcher (v3.3.13): Loading from cache
  44. - Installing psr/log (1.0.2): Loading from cache
  45. - Installing symfony/debug (v3.3.13): Loading from cache
  46. - Installing symfony/http-kernel (v3.3.13): Loading from cache
  47. - Installing symfony/finder (v3.3.13): Loading from cache
  48. - Installing symfony/console (v3.3.13): Loading from cache
  49. - Installing doctrine/lexer (v1.0.1): Loading from cache
  50. - Installing egulias/email-validator (2.1.3): Loading from cache
  51. - Installing swiftmailer/swiftmailer (v6.0.2): Loading from cache
  52. - Installing paragonie/random_compat (v2.0.11): Loading from cache
  53. - Installing ramsey/uuid (3.7.1): Loading from cache
  54. - Installing psr/simple-cache (1.0.0): Loading from cache
  55. - Installing psr/container (1.0.0): Loading from cache
  56. - Installing symfony/translation (v3.3.13): Loading from cache
  57. - Installing nesbot/carbon (1.22.1): Loading from cache
  58. - Installing mtdowling/cron-expression (v1.2.1): Loading from cache
  59. - Installing monolog/monolog (1.23.0): Loading from cache
  60. - Installing league/flysystem (1.0.41): Loading from cache
  61. - Installing erusev/parsedown (1.6.4): Loading from cache
  62. - Installing doctrine/inflector (v1.2.0): Loading from cache
  63. - Installing laravel/framework (v5.5.22): Loading from cache
  64. - Installing fideloper/proxy (3.3.4): Loading from cache
  65. - Installing jakub-onderka/php-console-color (0.1): Loading from cache
  66. - Installing jakub-onderka/php-console-highlighter (v0.3.2): Loading from cache
  67. - Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
  68. - Installing nikic/php-parser (v3.1.2): Loading from cache
  69. - Installing psy/psysh (v0.8.15): Loading from cache
  70. - Installing laravel/tinker (v1.0.2): Loading from cache
  71. - Installing filp/whoops (2.1.14): Loading from cache
  72. - Installing fzaninotto/faker (v1.7.1): Loading from cache
  73. - Installing sebastian/version (2.0.1): Loading from cache
  74. - Installing sebastian/resource-operations (1.0.0): Loading from cache
  75. - Installing sebastian/recursion-context (3.0.0): Loading from cache
  76. - Installing sebastian/object-reflector (1.1.1): Loading from cache
  77. - Installing sebastian/object-enumerator (3.0.3): Loading from cache
  78. - Installing sebastian/global-state (2.0.0): Loading from cache
  79. - Installing sebastian/exporter (3.1.0): Loading from cache
  80. - Installing sebastian/environment (3.1.0): Loading from cache
  81. - Installing sebastian/diff (2.0.1): Loading from cache
  82. - Installing sebastian/comparator (2.1.0): Loading from cache
  83. - Installing doctrine/instantiator (1.1.0): Loading from cache
  84. - Installing phpunit/php-text-template (1.2.1): Loading from cache
  85. - Installing phpunit/phpunit-mock-objects (4.0.4): Loading from cache
  86. - Installing phpunit/php-timer (1.0.9): Loading from cache
  87. - Installing phpunit/php-file-iterator (1.4.5): Loading from cache
  88. - Installing theseer/tokenizer (1.1.0): Loading from cache
  89. - Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache
  90. - Installing phpunit/php-token-stream (2.0.2): Loading from cache
  91. - Installing phpunit/php-code-coverage (5.2.4): Loading from cache
  92. - Installing webmozart/assert (1.2.0): Loading from cache
  93. - Installing phpdocumentor/reflection-common (1.0.1): Loading from cache
  94. - Installing phpdocumentor/type-resolver (0.4.0): Loading from cache
  95. - Installing phpdocumentor/reflection-docblock (4.2.0): Loading from cache
  96. - Installing phpspec/prophecy (1.7.3): Loading from cache
  97. - Installing phar-io/version (1.0.1): Loading from cache
  98. - Installing phar-io/manifest (1.0.1): Loading from cache
  99. - Installing myclabs/deep-copy (1.7.0): Loading from cache
  100. - Installing phpunit/phpunit (6.4.4): Loading from cache
  101. symfony/var-dumper suggests installing ext-symfony_debug ()
  102. symfony/routing suggests installing doctrine/annotations (For using the annotation loader)
  103. symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
  104. symfony/routing suggests installing symfony/dependency-injection (For loading routes from a service)
  105. symfony/routing suggests installing symfony/expression-language (For using expression matching)
  106. symfony/routing suggests installing symfony/yaml (For using the YAML loader)
  107. symfony/event-dispatcher suggests installing symfony/dependency-injection ()
  108. symfony/http-kernel suggests installing symfony/browser-kit ()
  109. symfony/http-kernel suggests installing symfony/class-loader ()
  110. symfony/http-kernel suggests installing symfony/config ()
  111. symfony/http-kernel suggests installing symfony/dependency-injection ()
  112. symfony/console suggests installing symfony/filesystem ()
  113. egulias/email-validator suggests installing ext-intl (PHP Internationalization Libraries are required to use the SpoofChecking validation)
  114. paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
  115. ramsey/uuid suggests installing ircmaxell/random-lib (Provides RandomLib for use with the RandomLibAdapter)
  116. ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)
  117. ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
  118. ramsey/uuid suggests installing moontoast/math (Provides support for converting UUID to 128-bit integer (in string form).)
  119. ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.)
  120. ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with ramsey/uuid)
  121. symfony/translation suggests installing symfony/config ()
  122. symfony/translation suggests installing symfony/yaml ()
  123. monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
  124. monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
  125. monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
  126. monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
  127. monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
  128. monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
  129. monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
  130. monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
  131. monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
  132. monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
  133. monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)
  134. league/flysystem suggests installing ext-fileinfo (Required for MimeType)
  135. league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
  136. league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
  137. league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
  138. league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
  139. league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
  140. league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
  141. league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
  142. league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
  143. league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
  144. league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)
  145. league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)
  146. laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver and SES mail driver (~3.0).)
  147. laravel/framework suggests installing doctrine/dbal (Required to rename columns and drop SQLite columns (~2.5).)
  148. laravel/framework suggests installing guzzlehttp/guzzle (Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).)
  149. laravel/framework suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (~1.0).)
  150. laravel/framework suggests installing league/flysystem-rackspace (Required to use the Flysystem Rackspace driver (~1.0).)
  151. laravel/framework suggests installing nexmo/client (Required to use the Nexmo transport (~1.0).)
  152. laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (~3.0).)
  153. laravel/framework suggests installing predis/predis (Required to use the redis cache and queue drivers (~1.0).)
  154. laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast driver (~3.0).)
  155. laravel/framework suggests installing symfony/dom-crawler (Required to use most of the crawler integration testing tools (~3.3).)
  156. laravel/framework suggests installing symfony/psr-http-message-bridge (Required to psr7 bridging features (~1.0).)
  157. psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
  158. psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
  159. filp/whoops suggests installing whoops/soap (Formats errors as SOAP responses)
  160. sebastian/global-state suggests installing ext-uopz (*)
  161. phpunit/phpunit-mock-objects suggests installing ext-soap (*)
  162. phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
  163. phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
  164. phpunit/phpunit suggests installing ext-xdebug (*)
  165. Writing lock file
  166. Generating autoload files
  167. > Illuminate\Foundation\ComposerScripts::postAutoloadDump
  168. > @php artisan package:discover
  169. Discovered Package: fideloper/proxy
  170. Discovered Package: laravel/tinker
  171. Package manifest generated successfully.
  172. Content-type: text/html; charset=UTF-8
  173.  
  174. > @php artisan key:generate
  175.  
  176.  
  177. [ErrorException]
  178. file_get_contents(/opt/cpanel/composer/bin/test/.env): failed to open strea
  179. m: No such file or directory
  180.  
  181.  
  182. Content-type: text/html; charset=UTF-8
  183.  
  184. Script @php artisan key:generate handling the post-create-project-cmd event returned with error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement