composer 安装 laravel 日志

墨蓝 2022-07-29 08:51 306阅读 0赞

执行命令:

  1. laravel new logs

安装结尾抛出信息如下:

  1. symfony/var-dumper suggests installing ext-symfony_debug ()
  2. symfony/translation suggests installing symfony/config ()
  3. symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
  4. symfony/routing suggests installing symfony/expression-language (For using expression matching)
  5. symfony/routing suggests installing doctrine/annotations (For using the annotation loader)
  6. symfony/routing suggests installing symfony/dependency-injection (For loading routes from a service)
  7. symfony/event-dispatcher suggests installing symfony/dependency-injection ()
  8. symfony/http-kernel suggests installing symfony/browser-kit ()
  9. symfony/http-kernel suggests installing symfony/class-loader ()
  10. symfony/http-kernel suggests installing symfony/config ()
  11. symfony/http-kernel suggests installing symfony/dependency-injection ()
  12. psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
  13. paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
  14. monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
  15. monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
  16. monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
  17. monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
  18. monolog/monolog suggests installing videlalvaro/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
  19. monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
  20. monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
  21. monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
  22. monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
  23. monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
  24. monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
  25. league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
  26. league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
  27. league/flysystem suggests installing league/flysystem-copy (Allows you to use Copy.com storage)
  28. league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
  29. league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
  30. league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
  31. league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
  32. league/flysystem suggests installing league/flysystem-dropbox (Allows you to use Dropbox storage)
  33. league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
  34. league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
  35. league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
  36. laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver and SES mail driver (~3.0).)
  37. laravel/framework suggests installing doctrine/dbal (Required to rename columns and drop SQLite columns (~2.4).)
  38. laravel/framework suggests installing guzzlehttp/guzzle (Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).)
  39. laravel/framework suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (~1.0).)
  40. laravel/framework suggests installing league/flysystem-rackspace (Required to use the Flysystem Rackspace driver (~1.0).)
  41. laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (~3.0).)
  42. laravel/framework suggests installing predis/predis (Required to use the redis cache and queue drivers (~1.0).)
  43. laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast driver (~2.0).)
  44. fzaninotto/faker suggests installing ext-intl (*)
  45. sebastian/global-state suggests installing ext-uopz (*)
  46. phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
  47. phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
  48. phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
  49. phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
  50. Writing lock file
  51. Generating autoload files
  52. Generating optimized class loader
  53. Application key [FBCBVQSPd3yprh8YgBWdEQMxR4zbrKFH] set successfully. Application ready! Build something amazing. ben:public_html soul$

发表评论

表情:
评论列表 (有 0 条评论,306人围观)

还没有评论,来说两句吧...

相关阅读