yoesoff

Laravel 5.8 Install logs

Apr 9th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.11 KB | None | 0 0
  1. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/labs  
  2. ╰─➤  composer create-project --prefer-dist laravel/laravel vblog
  3. Installing laravel/laravel (v5.8.3)
  4.   - Installing laravel/laravel (v5.8.3): Loading from cache
  5. Created project in vblog
  6. > @php -r "file_exists('.env') || copy('.env.example', '.env');"
  7. Loading composer repositories with package information
  8. Updating dependencies (including require-dev)
  9. Package operations: 76 installs, 0 updates, 0 removals
  10.   - Installing symfony/polyfill-ctype (v1.11.0): Loading from cache
  11.   - Installing phpoption/phpoption (1.5.0): Loading from cache
  12.   - Installing vlucas/phpdotenv (v3.3.3): Loading from cache
  13.   - Installing symfony/css-selector (v4.2.5): Loading from cache
  14.   - Installing tijsverkoyen/css-to-inline-styles (2.2.1): Loading from cache
  15.   - Installing symfony/polyfill-php72 (v1.11.0): Loading from cache
  16.   - Installing symfony/polyfill-mbstring (v1.11.0): Loading from cache
  17.   - Installing symfony/var-dumper (v4.2.5): Loading from cache
  18.   - Installing symfony/routing (v4.2.5): Downloading (100%)        
  19.   - Installing symfony/process (v4.2.5): Downloading (100%)        
  20.   - Installing psr/log (1.1.0): Loading from cache
  21.   - Installing symfony/debug (v4.2.5): Downloading (100%)        
  22.   - Installing symfony/http-foundation (v4.2.5): Downloading (100%)        
  23.   - Installing symfony/polyfill-intl-idn (v1.11.0): Downloading (100%)        
  24.   - Installing symfony/contracts (v1.0.2): Loading from cache
  25.   - Installing symfony/event-dispatcher (v4.2.5): Downloading (100%)        
  26.   - Installing symfony/http-kernel (v4.2.5): Downloading (100%)        
  27.   - Installing symfony/finder (v4.2.5): Loading from cache
  28.   - Installing symfony/console (v4.2.5): Downloading (100%)        
  29.   - Installing symfony/polyfill-iconv (v1.11.0): Downloading (100%)        
  30.   - Installing doctrine/lexer (v1.0.1): Loading from cache
  31.   - Installing egulias/email-validator (2.1.7): Loading from cache
  32.   - Installing swiftmailer/swiftmailer (v6.2.0): Loading from cache
  33.   - Installing paragonie/random_compat (v9.99.99): Loading from cache
  34.   - Installing ramsey/uuid (3.8.0): Loading from cache
  35.   - Installing psr/simple-cache (1.0.1): Loading from cache
  36.   - Installing psr/container (1.0.0): Loading from cache
  37.   - Installing opis/closure (3.1.6): Loading from cache
  38.   - Installing symfony/translation (v4.2.5): Downloading (100%)        
  39.   - Installing nesbot/carbon (2.16.3): Downloading (100%)        
  40.   - Installing monolog/monolog (1.24.0): Loading from cache
  41.   - Installing league/flysystem (1.0.51): Downloading (100%)        
  42.   - Installing erusev/parsedown (1.7.3): Downloading (100%)        
  43.   - Installing dragonmantank/cron-expression (v2.3.0): Downloading (100%)        
  44.   - Installing nikic/php-parser (v4.2.1): Loading from cache
  45.   - Installing doctrine/inflector (v1.3.0): Loading from cache
  46.   - Installing laravel/framework (v5.8.10): Downloading (100%)        
  47.   - Installing fideloper/proxy (4.1.0): Loading from cache
  48.   - Installing beyondcode/laravel-dump-server (1.2.2): Loading from cache
  49.   - Installing jakub-onderka/php-console-color (v0.2): Loading from cache
  50.   - Installing jakub-onderka/php-console-highlighter (v0.4): Loading from cache
  51.   - Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
  52.   - Installing psy/psysh (v0.9.9): Loading from cache
  53.   - Installing laravel/tinker (v1.0.8): Loading from cache
  54.   - Installing fzaninotto/faker (v1.8.0): Loading from cache
  55.   - Installing hamcrest/hamcrest-php (v2.0.0): Loading from cache
  56.   - Installing mockery/mockery (1.2.2): Loading from cache
  57.   - Installing filp/whoops (2.3.1): Loading from cache
  58.   - Installing nunomaduro/collision (v2.1.1): Loading from cache
  59.   - Installing sebastian/version (2.0.1): Loading from cache
  60.   - Installing sebastian/resource-operations (2.0.1): Loading from cache
  61.   - Installing sebastian/object-reflector (1.1.1): Loading from cache
  62.   - Installing sebastian/recursion-context (3.0.0): Loading from cache
  63.   - Installing sebastian/object-enumerator (3.0.3): Loading from cache
  64.   - Installing sebastian/global-state (2.0.0): Loading from cache
  65.   - Installing sebastian/exporter (3.1.0): Loading from cache
  66.   - Installing sebastian/environment (4.1.0): Loading from cache
  67.   - Installing sebastian/diff (3.0.2): Loading from cache
  68.   - Installing sebastian/comparator (3.0.2): Loading from cache
  69.   - Installing phpunit/php-timer (2.1.1): Loading from cache
  70.   - Installing phpunit/php-text-template (1.2.1): Loading from cache
  71.   - Installing phpunit/php-file-iterator (2.0.2): Loading from cache
  72.   - Installing theseer/tokenizer (1.1.2): Downloading (100%)        
  73.   - Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache
  74.   - Installing phpunit/php-token-stream (3.0.1): Loading from cache
  75.   - Installing phpunit/php-code-coverage (6.1.4): Loading from cache
  76.   - Installing doctrine/instantiator (1.2.0): Loading from cache
  77.   - Installing webmozart/assert (1.4.0): Loading from cache
  78.   - Installing phpdocumentor/reflection-common (1.0.1): Loading from cache
  79.   - Installing phpdocumentor/type-resolver (0.4.0): Loading from cache
  80.   - Installing phpdocumentor/reflection-docblock (4.3.0): Loading from cache
  81.   - Installing phpspec/prophecy (1.8.0): Loading from cache
  82.   - Installing phar-io/version (2.0.1): Loading from cache
  83.   - Installing phar-io/manifest (1.0.3): Loading from cache
  84.   - Installing myclabs/deep-copy (1.9.0): Downloading (100%)        
  85.   - Installing phpunit/phpunit (7.5.8): Downloading (100%)        
  86. symfony/var-dumper suggests installing ext-intl (To show region name in time zone dump)
  87. symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
  88. symfony/routing suggests installing symfony/yaml (For using the YAML loader)
  89. symfony/routing suggests installing symfony/expression-language (For using expression matching)
  90. symfony/routing suggests installing doctrine/annotations (For using the annotation loader)
  91. symfony/polyfill-intl-idn suggests installing ext-intl (For best performance)
  92. symfony/contracts suggests installing psr/cache (When using the Cache contracts)
  93. symfony/contracts suggests installing symfony/cache-contracts-implementation ()
  94. symfony/contracts suggests installing symfony/service-contracts-implementation ()
  95. symfony/event-dispatcher suggests installing symfony/dependency-injection ()
  96. symfony/http-kernel suggests installing symfony/browser-kit ()
  97. symfony/http-kernel suggests installing symfony/config ()
  98. symfony/http-kernel suggests installing symfony/dependency-injection ()
  99. symfony/console suggests installing symfony/lock ()
  100. egulias/email-validator suggests installing ext-intl (PHP Internationalization Libraries are required to use the SpoofChecking validation)
  101. swiftmailer/swiftmailer suggests installing ext-intl (Needed to support internationalized email addresses)
  102. swiftmailer/swiftmailer suggests installing true/punycode (Needed to support internationalized email addresses, if ext-intl is not installed)
  103. paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
  104. ramsey/uuid suggests installing ircmaxell/random-lib (Provides RandomLib for use with the RandomLibAdapter)
  105. ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)
  106. ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
  107. ramsey/uuid suggests installing moontoast/math (Provides support for converting UUID to 128-bit integer (in string form).)
  108. ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.)
  109. ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with ramsey/uuid)
  110. symfony/translation suggests installing symfony/config ()
  111. symfony/translation suggests installing symfony/yaml ()
  112. monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
  113. monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)
  114. monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
  115. monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
  116. monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
  117. monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
  118. monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
  119. monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
  120. monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
  121. monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
  122. monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
  123. league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
  124. league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
  125. league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
  126. league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
  127. league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
  128. league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
  129. league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)
  130. league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)
  131. league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
  132. league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
  133. league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
  134. laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver and SES mail driver (^3.0).)
  135. laravel/framework suggests installing doctrine/dbal (Required to rename columns and drop SQLite columns (^2.6).)
  136. laravel/framework suggests installing guzzlehttp/guzzle (Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).)
  137. laravel/framework suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (^1.0).)
  138. laravel/framework suggests installing league/flysystem-cached-adapter (Required to use the Flysystem cache (^1.0).)
  139. laravel/framework suggests installing league/flysystem-rackspace (Required to use the Flysystem Rackspace driver (^1.0).)
  140. laravel/framework suggests installing league/flysystem-sftp (Required to use the Flysystem SFTP driver (^1.0).)
  141. laravel/framework suggests installing moontoast/math (Required to use ordered UUIDs (^1.1).)
  142. laravel/framework suggests installing nexmo/client (Required to use the Nexmo transport (^1.0).)
  143. laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (^4.0).)
  144. laravel/framework suggests installing predis/predis (Required to use the redis cache and queue drivers (^1.0).)
  145. laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast driver (^3.0).)
  146. laravel/framework suggests installing symfony/dom-crawler (Required to use most of the crawler integration testing tools (^4.2).)
  147. laravel/framework suggests installing symfony/psr-http-message-bridge (Required to use PSR-7 bridging features (^1.1).)
  148. laravel/framework suggests installing wildbit/swiftmailer-postmark (Required to use Postmark mail driver (^3.0).)
  149. psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
  150. 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.)
  151. filp/whoops suggests installing whoops/soap (Formats errors as SOAP responses)
  152. sebastian/global-state suggests installing ext-uopz (*)
  153. phpunit/php-code-coverage suggests installing ext-xdebug (^2.6.0)
  154. phpunit/phpunit suggests installing phpunit/php-invoker (^2.0)
  155. phpunit/phpunit suggests installing ext-soap (*)
  156. phpunit/phpunit suggests installing ext-xdebug (*)
  157. Writing lock file
  158. Generating optimized autoload files
  159. > Illuminate\Foundation\ComposerScripts::postAutoloadDump
  160. > @php artisan package:discover --ansi
  161. Discovered Package: beyondcode/laravel-dump-server
  162. Discovered Package: fideloper/proxy
  163. Discovered Package: laravel/tinker
  164. Discovered Package: nesbot/carbon
  165. Discovered Package: nunomaduro/collision
  166. Package manifest generated successfully.
  167. > @php artisan key:generate --ansi
  168. Application key set successfully.
  169. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/labs  
  170. ╰─➤
Advertisement
Add Comment
Please, Sign In to add comment