can laravel new project-name show log, like what it does in the background?
so i have a not so good internet and sometimes it is a pain waiting on blank line when creating a new laravel project
_ _
| | | |
| | __ _ _ __ __ ___ _____| |
| | / _` | __/ _` \ \ / / _ \ |
| |___| (_| | | | (_| |\ V / __/ |
|______\__,_|_| \__,_| \_/ \___|_|
Which starter kit would you like to install? [None]:
[none ] None
[react ] React
[vue ] Vue
[livewire] Livewire
>
Which testing framework do you prefer? [Pest]:
[0] Pest
[1] PHPUnit
>
Creating a "laravel/laravel" project at "./headless-1-try"
Installing laravel/laravel (v12.0.9)
- Installing laravel/laravel (v12.0.9): Extracting archive
Created project in C:\WebBaseProject\PHPBaseProject\Laravel/headless-1-try
Loading composer repositories with package information
I always need to wait at "Loading composer repositories with package information" without knowing when will it finish. so if only it shows what it does, waiting would be a little bearable.
Thank you
It will give you verbosity you need: it produces a lot of Installing..., Downloading... strings and even progress bars. If you need super-verbosity, use -vvv flag: