Support the ongoing development of Laravel.io →
posted 3 years ago
Last updated 3 years ago.
0
moderator Solution

You need to add a : between the package and version constraint:

composer require laravel/ui:^4.0

Because the missing : it searched for the package laravel/ui^4.0 and that doesn't exist :)

1
Solution selected by @tvbeek

Thank you, it worked.

1

Sign in to participate in this thread!

Native PHP

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.