Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

classicalguss's avatar

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?

0 likes
4 replies
Tray2's avatar

No issues here, it works like it should.

cosmic_learning's avatar
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
classicalguss's avatar

@cosmic_learning Thank you. Adding -vvv gave me what's the issue. Github was returning 401 for some reason. I guess my saved token accessToken was revoked somehow.

Please or to participate in this conversation.