No issues here, it works like it should.
Oct 26, 2024
4
Level 1
Laravel installer stuck?
Hello. I'm trying to install a new Laravel application using composer create-project laravel/laravel:^11.0 yasminab2b-filament, but I am getting stuck here
Creating a "laravel/laravel:^11.0" project at "./yasminab2b-filament"
Installing laravel/laravel (v11.3.2)
- Downloading laravel/laravel (v11.3.2)
Anyone having a similar problem or knows what can be done?
Level 23
Try checking your internet connection, clearing the Composer cache with composer clear-cache, and updating Composer with composer self-update. If it still hangs, run the command with -vvv for more details.
1 like
Please or to participate in this conversation.