Thursday, January 6, 2022

[FIXED] Could not find package codeigniter4/framework with stability stable

Issue

I'm doing exactly like what is suggested in the official documentation.

composer create-project codeigniter4/framework

However, I'm getting this error instead:

[InvalidArgumentException]
Could not find package codeigniter4/framework with stability stable.

I fully understand it is not stable yet but I'd like to try and develop a simple app for learning purpose since I've been using CI3 all this while. What should I do? This is the closest possible answer to this question but it was left hanging.


Solution

You may install develop branch by:

composer create-project codeigniter4/framework:dev-develop


Answered By - rob006

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.