Created
September 6, 2019 05:35
-
-
Save bobbybouwmann/7c0969c17cbf3ae29c2339f0e0a8c2f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer create-project --prefer-dist laravel/laravel laravel | |
Installing laravel/laravel (v6.0.0) | |
- Installing laravel/laravel (v6.0.0): Downloading (100%) | |
Created project in laravel | |
> @php -r "file_exists('.env') || copy('.env.example', '.env');" | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
Package operations: 80 installs, 0 updates, 0 removals | |
- Installing symfony/polyfill-ctype (v1.12.0): Loading from cache | |
- Installing phpoption/phpoption (1.5.0): Loading from cache | |
- Installing vlucas/phpdotenv (v3.5.0): Loading from cache | |
- Installing symfony/css-selector (v4.3.4): Loading from cache | |
- Installing tijsverkoyen/css-to-inline-styles (2.2.1): Loading from cache | |
- Installing symfony/polyfill-php72 (v1.12.0): Loading from cache | |
- Installing symfony/polyfill-mbstring (v1.12.0): Loading from cache | |
- Installing symfony/var-dumper (v4.3.4): Loading from cache | |
- Installing symfony/routing (v4.3.4): Loading from cache | |
- Installing symfony/process (v4.3.4): Loading from cache | |
- Installing psr/log (1.1.0): Loading from cache | |
- Installing symfony/polyfill-php73 (v1.12.0): Loading from cache | |
- Installing symfony/debug (v4.3.4): Loading from cache | |
- Installing symfony/polyfill-intl-idn (v1.12.0): Loading from cache | |
- Installing symfony/mime (v4.3.4): Loading from cache | |
- Installing symfony/http-foundation (v4.3.4): Loading from cache | |
- Installing symfony/event-dispatcher-contracts (v1.1.5): Loading from cache | |
- Installing psr/container (1.0.0): Loading from cache | |
- Installing symfony/event-dispatcher (v4.3.4): Loading from cache | |
- Installing symfony/http-kernel (v4.3.4): Loading from cache | |
- Installing symfony/finder (v4.3.4): Loading from cache | |
- Installing symfony/service-contracts (v1.1.6): Loading from cache | |
- Installing symfony/console (v4.3.4): Loading from cache | |
- Installing symfony/polyfill-iconv (v1.12.0): Loading from cache | |
- Installing doctrine/lexer (1.1.0): Loading from cache | |
- Installing egulias/email-validator (2.1.11): Loading from cache | |
- Installing swiftmailer/swiftmailer (v6.2.1): Loading from cache | |
- Installing paragonie/random_compat (v9.99.99): Loading from cache | |
- Installing ramsey/uuid (3.8.0): Loading from cache | |
- Installing psr/simple-cache (1.0.1): Loading from cache | |
- Installing opis/closure (3.4.0): Loading from cache | |
- Installing symfony/translation-contracts (v1.1.6): Loading from cache | |
- Installing symfony/translation (v4.3.4): Loading from cache | |
- Installing nesbot/carbon (2.24.0): Loading from cache | |
- Installing monolog/monolog (2.0.0): Downloading (100%) | |
- Installing league/flysystem (1.0.55): Loading from cache | |
- Installing erusev/parsedown (1.7.3): Loading from cache | |
- Installing dragonmantank/cron-expression (v2.3.0): Loading from cache | |
- Installing doctrine/inflector (v1.3.0): Loading from cache | |
- Installing laravel/framework (v6.0.1): Downloading (100%) | |
- Installing fideloper/proxy (4.2.1): Downloading (100%) | |
- Installing jakub-onderka/php-console-color (v0.2): Loading from cache | |
- Installing jakub-onderka/php-console-highlighter (v0.4): Loading from cache | |
- Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache | |
- Installing nikic/php-parser (v4.2.4): Loading from cache | |
- Installing psy/psysh (v0.9.9): Loading from cache | |
- Installing laravel/tinker (v1.0.10): Loading from cache | |
- Installing fzaninotto/faker (v1.8.0): Loading from cache | |
- Installing hamcrest/hamcrest-php (v2.0.0): Loading from cache | |
- Installing mockery/mockery (1.2.3): Loading from cache | |
- Installing filp/whoops (2.5.0): Loading from cache | |
- Installing nunomaduro/collision (v3.0.1): Loading from cache | |
- Installing sebastian/version (2.0.1): Loading from cache | |
- Installing sebastian/type (1.1.3): Loading from cache | |
- Installing sebastian/resource-operations (2.0.1): Loading from cache | |
- Installing sebastian/object-reflector (1.1.1): Loading from cache | |
- Installing sebastian/recursion-context (3.0.0): Loading from cache | |
- Installing sebastian/object-enumerator (3.0.3): Loading from cache | |
- Installing sebastian/global-state (3.0.0): Loading from cache | |
- Installing sebastian/exporter (3.1.1): Loading from cache | |
- Installing sebastian/environment (4.2.2): Loading from cache | |
- Installing sebastian/diff (3.0.2): Loading from cache | |
- Installing sebastian/comparator (3.0.2): Loading from cache | |
- Installing phpunit/php-timer (2.1.2): Loading from cache | |
- Installing phpunit/php-text-template (1.2.1): Loading from cache | |
- Installing phpunit/php-file-iterator (2.0.2): Loading from cache | |
- Installing phpunit/php-token-stream (3.1.0): Loading from cache | |
- Installing theseer/tokenizer (1.1.3): Loading from cache | |
- Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache | |
- Installing phpunit/php-code-coverage (7.0.7): Loading from cache | |
- Installing webmozart/assert (1.5.0): Loading from cache | |
- Installing phpdocumentor/reflection-common (1.0.1): Loading from cache | |
- Installing phpdocumentor/type-resolver (0.4.0): Loading from cache | |
- Installing phpdocumentor/reflection-docblock (4.3.1): Loading from cache | |
- Installing doctrine/instantiator (1.2.0): Loading from cache | |
- Installing phpspec/prophecy (1.8.1): Loading from cache | |
- Installing phar-io/version (2.0.1): Loading from cache | |
- Installing phar-io/manifest (1.0.3): Loading from cache | |
- Installing myclabs/deep-copy (1.9.3): Loading from cache | |
- Installing phpunit/phpunit (8.3.4): Loading from cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment