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

YukiMan's avatar

Unable to create new laravel project

Hi! when i try to install laravel version 6, this kind of error happens...and i don't figure it out... Is there anyone knowing a resolution ??

Here is the error msg. https://repo.package.org could not be fully loaded (curl error 28...) package information was loaded from the local cache and may be out of date

This means we can't use laravel6 anymore ?

Thanks.

0 likes
2 replies
scottHellings88's avatar

You can install a specific version of laravel using composer create-project eg.

composer create-project --prefer-dist laravel/laravel project_name "6.*"

If you are getting errors about the local cache you can clear the composer cache with

composer clearcache
YukiMan's avatar

Thanks for responding !!! I did downgrade composer version, and succeed in creating new project but.... why?? it's just my composer not suitable with laravel6 ?? I wait for answers.

Please or to participate in this conversation.