Created
December 14, 2021 10:44
-
-
Save dominiquevienne/3d9d7dcdf364549bd4397ce8a30a2ac1 to your computer and use it in GitHub Desktop.
Laravel 8 - Composer Sample output on installation
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
Creating a "laravel/laravel" project at "./learn-laravel" | |
Installing laravel/laravel (v8.6.9) | |
- Downloading laravel/laravel (v8.6.9) | |
- Installing laravel/laravel (v8.6.9): Extracting archive | |
Created project in /home/dvienne/Documents/Projects/learn-laravel | |
> @php -r "file_exists('.env') || copy('.env.example', '.env');" | |
Loading composer repositories with package information | |
Updating dependencies | |
Lock file operations: 110 installs, 0 updates, 0 removals | |
- Locking asm89/stack-cors (v2.0.3) | |
- Locking brick/math (0.9.3) | |
[...] | |
- Locking voku/portable-ascii (1.5.6) | |
- Locking webmozart/assert (1.10.0) | |
Writing lock file | |
Installing dependencies from lock file (including require-dev) | |
Package operations: 110 installs, 0 updates, 0 removals | |
- Downloading symfony/var-dumper (v5.4.1) | |
- Downloading symfony/string (v6.0.1) | |
[...] | |
- Installing myclabs/deep-copy (1.10.2): Extracting archive | |
- Installing phpunit/phpunit (9.5.10): Extracting archive | |
65 package suggestions were added by new dependencies, use `composer suggest` to see details. | |
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead. | |
Generating optimized autoload files | |
> Illuminate\Foundation\ComposerScripts::postAutoloadDump | |
> @php artisan package:discover --ansi | |
Discovered Package: facade/ignition | |
Discovered Package: fruitcake/laravel-cors | |
Discovered Package: laravel/sail | |
Discovered Package: laravel/sanctum | |
Discovered Package: laravel/tinker | |
Discovered Package: nesbot/carbon | |
Discovered Package: nunomaduro/collision | |
Package manifest generated successfully. | |
77 packages you are using are looking for funding. | |
Use the `composer fund` command to find out more! | |
> @php artisan vendor:publish --tag=laravel-assets --ansi --force | |
No publishable resources for tag [laravel-assets]. | |
Publishing complete. | |
> @php artisan key:generate --ansi | |
Application key set successfully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment