Created
April 21, 2018 17:56
-
-
Save s3w47m88/6a4dac9891433b00b5c8e8f7e11f6f81 to your computer and use it in GitHub Desktop.
Laravel Install output
This file contains hidden or 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 global require "laravel/installer" | |
Changed current directory to /home/{username}/.config/composer | |
Using version ^2.0 for laravel/installer | |
./composer.json has been created | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
Package operations: 9 installs, 0 updates, 0 removals | |
- Installing symfony/process (v4.0.8): Downloading (100%) | |
- Installing symfony/filesystem (v4.0.8): Downloading (100%) | |
- Installing symfony/polyfill-mbstring (v1.7.0): Downloading (100%) | |
- Installing symfony/console (v4.0.8): Downloading (100%) | |
- Installing guzzlehttp/promises (v1.3.1): Downloading (100%) | |
- Installing psr/http-message (1.0.1): Downloading (100%) | |
- Installing guzzlehttp/psr7 (1.4.2): Downloading (100%) | |
- Installing guzzlehttp/guzzle (6.3.2): Downloading (100%) | |
- Installing laravel/installer (v2.0.1): Downloading (100%) | |
symfony/console suggests installing symfony/event-dispatcher () | |
symfony/console suggests installing symfony/lock () | |
symfony/console suggests installing psr/log (For using the console logger) | |
guzzlehttp/guzzle suggests installing psr/log (Required for using the Log middleware) | |
Writing lock file | |
Generating autoload files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment