Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find package codeigniter4/framework with stability stable

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.

like image 370
Rangka Kacang Avatar asked May 06 '26 21:05

Rangka Kacang


2 Answers

You may install develop branch by:

composer create-project codeigniter4/framework:dev-develop
like image 108
rob006 Avatar answered May 08 '26 14:05

rob006


Codeigniter 4 Moved to Production and also updated documentation in Feb 24,2020 you should try this code in composer

composer create-project codeigniter4/appstarter project-root

Check the latest documentation Codeigniter4 Documentation

like image 35
Boominathan Elango Avatar answered May 08 '26 15:05

Boominathan Elango



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!