PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, January 6, 2022

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

 January 06, 2022     codeigniter, codeigniter-4, composer-php, packagist     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing