![]() |
Composer + CodeIgniter 4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Composer + CodeIgniter 4 (/showthread.php?tid=70670) |
Composer + CodeIgniter 4 - Demort - 05-11-2018 [InvalidArgumentException] Could not find package codeigniter4/framework with stability stable. create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>] RE: Composer + CodeIgniter 4 - kilishan - 05-11-2018 There is no stability stable since there hasn't been a release. RE: Composer + CodeIgniter 4 - Demort - 05-12-2018 how to download is not stable? RE: Composer + CodeIgniter 4 - InsiteFX - 05-12-2018 It's in the CodeIgniter 4 User's Guide. Code: composer create-project codeigniter4/framework RE: Composer + CodeIgniter 4 - rangka.kacang - 06-16-2018 Hello. I'm new here, sorry for bumping this thread again but I wrote the exact same question back in StackOverflow a few minutes ago and currently looking for an answer. https://stackoverflow.com/questions/50889773/could-not-find-package-codeigniter4-framework-with-stability-stable RE: Composer + CodeIgniter 4 - ciadmin - 06-16-2018 I am guessing that you didn't read the answer here - that there is no stable version of CodeIgniter 4? Or perhaps you read the answer but wanted to hear it from someone else? There is a suggestion in the stack overflow thread you made ![]() RE: Composer + CodeIgniter 4 - rangka.kacang - 06-16-2018 (06-16-2018, 12:28 PM)ciadmin Wrote: I am guessing that you didn't read the answer here - that there is no stable version of CodeIgniter 4? Well, you don't have to be rude. I did read this thread. As I mentioned, I'm new here. You can call me a newbie as you wish but at least you could've replied by telling me to change the branch from Code: codeigniter4/framework Code: codeigniter4/framework:dev-develop and that will solve my problem instead of writing those 54 sarcastic words. The reason I choose CI4 over Laravel is due to its simplicity in documentation and easy to understand but I came across this confusion since I'm not quite familiar with composer (still learning). I'm not an A+ programmer but I just want to try things out to see if this framework suite me best and check if the community/support is great. Thank you and no offense, admin. RE: Composer + CodeIgniter 4 - ciadmin - 06-16-2018 @rangka.kacang Glad you solved your issue ![]() RE: Composer + CodeIgniter 4 - InsiteFX - 06-17-2018 CodeIgniter 4 is a work in progress and has not been released for public use yet. |