yoesoff2

create-project --prefer-dist laravel/laravel:5.5 larablog

Dec 1st, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.53 KB | None | 0 0
  1. ╭─yoesoff@yoesoff-ThinkPad-X220 ~  
  2. ╰─➤  docker exec -it environtment_ysf_php_fpm_1 bash
  3. root@16117dc9e0dc:/var/www# ls
  4. astronaut  cakecms  cakephp  ebdb_20191121_102641.sql  index.php  ovideo  ovideo.zip  test.php  testphp  var  website_toolbox
  5. root@16117dc9e0dc:/var/www# composer create-project --prefer-dist laravel/laravel:5.5 larablog
  6. Installing laravel/laravel (v5.5.0)
  7. As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
  8. This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
  9. Installing 'unzip' may remediate them.
  10.   - Installing laravel/laravel (v5.5.0): Downloading (100%)        
  11. Created project in larablog
  12. > @php -r "file_exists('.env') || copy('.env.example', '.env');"
  13. Loading composer repositories with package information
  14. Updating dependencies (including require-dev)
  15. Package operations: 78 installs, 0 updates, 0 removals
  16.   - Installing kylekatarnls/update-helper (1.2.0): Downloading (100%)        
  17.   - Installing symfony/polyfill-ctype (v1.13.1): Downloading (100%)        
  18.   - Installing vlucas/phpdotenv (v2.6.1): Downloading (100%)        
  19.   - Installing symfony/css-selector (v4.4.0): Downloading (100%)        
  20.   - Installing tijsverkoyen/css-to-inline-styles (2.2.2): Downloading (100%)        
  21.   - Installing symfony/polyfill-mbstring (v1.13.1): Downloading (100%)        
  22.   - Installing symfony/var-dumper (v3.4.35): Downloading (100%)        
  23.   - Installing symfony/routing (v3.4.35): Downloading (100%)        
  24.   - Installing symfony/process (v3.4.35): Downloading (100%)        
  25.   - Installing psr/log (1.1.2): Downloading (100%)        
  26.   - Installing symfony/debug (v3.4.35): Downloading (100%)        
  27.   - Installing symfony/polyfill-php72 (v1.13.1): Downloading (100%)        
  28.   - Installing symfony/polyfill-intl-idn (v1.13.1): Downloading (100%)        
  29.   - Installing paragonie/random_compat (v9.99.99): Downloading (100%)        
  30.   - Installing symfony/polyfill-php70 (v1.13.1): Downloading (100%)        
  31.   - Installing symfony/http-foundation (v3.4.35): Downloading (100%)        
  32.   - Installing symfony/event-dispatcher-contracts (v1.1.7): Downloading (100%)        
  33.   - Installing psr/container (1.0.0): Downloading (100%)        
  34.   - Installing symfony/event-dispatcher (v4.4.0): Downloading (100%)        
  35.   - Installing symfony/polyfill-util (v1.13.1): Downloading (100%)        
  36.   - Installing symfony/polyfill-php56 (v1.13.1): Downloading (100%)        
  37.   - Installing symfony/http-kernel (v3.4.35): Downloading (100%)        
  38.   - Installing symfony/finder (v3.4.35): Downloading (100%)        
  39.   - Installing symfony/console (v3.4.35): Downloading (100%)        
  40.   - Installing symfony/polyfill-iconv (v1.13.1): Downloading (100%)        
  41.   - Installing doctrine/lexer (1.0.2): Downloading (100%)        
  42.   - Installing egulias/email-validator (2.1.11): Downloading (100%)        
  43.   - Installing swiftmailer/swiftmailer (v6.2.3): Downloading (100%)        
  44.   - Installing ramsey/uuid (3.9.1): Downloading (100%)        
  45.   - Installing psr/simple-cache (1.0.1): Downloading (100%)        
  46.   - Installing symfony/translation-contracts (v1.1.7): Downloading (100%)        
  47.   - Installing symfony/translation (v4.3.8): Downloading (100%)        
  48.   - Installing nesbot/carbon (1.39.1): Downloading (100%)        
  49.   - Installing mtdowling/cron-expression (v1.2.1): Downloading (100%)        
  50.   - Installing monolog/monolog (1.25.2): Downloading (100%)        
  51.   - Installing league/flysystem (1.0.57): Downloading (100%)        
  52.   - Installing erusev/parsedown (1.7.3): Downloading (100%)        
  53.   - Installing doctrine/inflector (1.3.1): Downloading (100%)        
  54.   - Installing laravel/framework (v5.5.48): Downloading (100%)        
  55.   - Installing fideloper/proxy (3.3.4): Downloading (100%)        
  56.   - Installing jakub-onderka/php-console-color (v0.2): Downloading (100%)        
  57.   - Installing jakub-onderka/php-console-highlighter (v0.4): Downloading (100%)        
  58.   - Installing dnoegel/php-xdg-base-dir (0.1): Downloading (100%)        
  59.   - Installing nikic/php-parser (v4.3.0): Downloading (100%)        
  60.   - Installing psy/psysh (v0.9.11): Downloading (100%)        
  61.   - Installing laravel/tinker (v1.0.10): Downloading (100%)        
  62.   - Installing filp/whoops (2.5.0): Downloading (100%)        
  63.   - Installing fzaninotto/faker (v1.9.0): Downloading (100%)        
  64.   - Installing hamcrest/hamcrest-php (v1.2.2): Downloading (100%)        
  65.   - Installing mockery/mockery (0.9.11): Downloading (100%)        
  66.   - Installing sebastian/version (2.0.1): Downloading (100%)        
  67.   - Installing sebastian/resource-operations (1.0.0): Downloading (100%)        
  68.   - Installing sebastian/recursion-context (3.0.0): Downloading (100%)        
  69.   - Installing sebastian/object-reflector (1.1.1): Downloading (100%)        
  70.   - Installing sebastian/object-enumerator (3.0.3): Downloading (100%)        
  71.   - Installing sebastian/global-state (2.0.0): Downloading (100%)        
  72.   - Installing sebastian/exporter (3.1.2): Downloading (100%)        
  73.   - Installing sebastian/environment (3.1.0): Downloading (100%)        
  74.   - Installing sebastian/diff (2.0.1): Downloading (100%)        
  75.   - Installing sebastian/comparator (2.1.3): Downloading (100%)        
  76.   - Installing doctrine/instantiator (1.3.0): Downloading (100%)        
  77.   - Installing phpunit/php-text-template (1.2.1): Downloading (100%)        
  78.   - Installing phpunit/phpunit-mock-objects (5.0.10): Downloading (100%)        
  79.   - Installing phpunit/php-timer (1.0.9): Downloading (100%)        
  80.   - Installing phpunit/php-file-iterator (1.4.5): Downloading (100%)        
  81.   - Installing theseer/tokenizer (1.1.3): Downloading (100%)        
  82.   - Installing sebastian/code-unit-reverse-lookup (1.0.1): Downloading (100%)        
  83.   - Installing phpunit/php-token-stream (2.0.2): Downloading (100%)        
  84.   - Installing phpunit/php-code-coverage (5.3.2): Downloading (100%)        
  85.   - Installing webmozart/assert (1.6.0): Downloading (100%)        
  86.   - Installing phpdocumentor/reflection-common (2.0.0): Downloading (100%)        
  87.   - Installing phpdocumentor/type-resolver (1.0.1): Downloading (100%)        
  88.   - Installing phpdocumentor/reflection-docblock (4.3.2): Downloading (100%)        
  89.   - Installing phpspec/prophecy (1.9.0): Downloading (100%)        
  90.   - Installing phar-io/version (1.0.1): Downloading (100%)        
  91.   - Installing phar-io/manifest (1.0.1): Downloading (100%)        
  92.   - Installing myclabs/deep-copy (1.9.3): Downloading (100%)        
  93.   - Installing phpunit/phpunit (6.5.14): Downloading (100%)        
  94. symfony/var-dumper suggests installing ext-symfony_debug
  95. symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
  96. symfony/routing suggests installing symfony/yaml (For using the YAML loader)
  97. symfony/routing suggests installing symfony/expression-language (For using expression matching)
  98. symfony/routing suggests installing doctrine/annotations (For using the annotation loader)
  99. paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
  100. symfony/event-dispatcher-contracts suggests installing psr/event-dispatcher
  101. symfony/event-dispatcher suggests installing symfony/dependency-injection
  102. symfony/http-kernel suggests installing symfony/browser-kit
  103. symfony/http-kernel suggests installing symfony/config
  104. symfony/http-kernel suggests installing symfony/dependency-injection
  105. symfony/console suggests installing symfony/lock
  106. swiftmailer/swiftmailer suggests installing true/punycode (Needed to support internationalized email addresses, if ext-intl is not installed)
  107. ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)
  108. ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
  109. ramsey/uuid suggests installing moontoast/math (Provides support for converting UUID to 128-bit integer (in string form).)
  110. ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with ramsey/uuid)
  111. ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.)
  112. ramsey/uuid suggests installing paragonie/random-lib (Provides RandomLib for use with the RandomLibAdapter)
  113. symfony/translation suggests installing symfony/config
  114. symfony/translation suggests installing symfony/yaml
  115. monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
  116. monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)
  117. monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
  118. monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
  119. monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
  120. monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
  121. monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
  122. monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
  123. monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
  124. monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
  125. monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
  126. league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
  127. league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
  128. league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
  129. league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
  130. league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
  131. league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
  132. league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)
  133. league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)
  134. league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
  135. league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
  136. league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
  137. laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver and SES mail driver (~3.0).)
  138. laravel/framework suggests installing doctrine/dbal (Required to rename columns and drop SQLite columns (~2.5).)
  139. laravel/framework suggests installing guzzlehttp/guzzle (Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).)
  140. laravel/framework suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (~1.0).)
  141. laravel/framework suggests installing league/flysystem-rackspace (Required to use the Flysystem Rackspace driver (~1.0).)
  142. laravel/framework suggests installing league/flysystem-cached-adapter (Required to use Flysystem caching (~1.0).)
  143. laravel/framework suggests installing nexmo/client (Required to use the Nexmo transport (~1.0).)
  144. laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (~3.0).)
  145. laravel/framework suggests installing predis/predis (Required to use the redis cache and queue drivers (~1.0).)
  146. laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast driver (~3.0).)
  147. laravel/framework suggests installing symfony/dom-crawler (Required to use most of the crawler integration testing tools (~3.3).)
  148. laravel/framework suggests installing symfony/psr-http-message-bridge (Required to psr7 bridging features (~1.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/phpunit suggests installing phpunit/php-invoker (^1.1)
  154. Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
  155. Writing lock file
  156. Generating optimized autoload files
  157. Carbon 1 is deprecated, see how to migrate to Carbon 2.
  158. https://carbon.nesbot.com/docs/#api-carbon-2
  159.     You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
  160. > Illuminate\Foundation\ComposerScripts::postAutoloadDump
  161. > @php artisan package:discover
  162. Discovered Package: fideloper/proxy
  163. Discovered Package: laravel/tinker
  164. Discovered Package: nesbot/carbon
  165. Package manifest generated successfully.
  166. > @php artisan key:generate
  167. Application key [base64:CqHrShJhpLN7UmHbi7yBb8ecv/Xk9/ng2nFdmaPyzGU=] set successfully.
  168. root@16117dc9e0dc:/var/www#
Advertisement
Add Comment
Please, Sign In to add comment