-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codeigniter4/codeigniter4 package not exists in packagist #2753
Comments
You can easily add it to your composer.json file as a repository. See this example file: https://github.com/lonnieezell/myth-auth/blob/develop/composer.json#L19 |
Actually you probably want to use the EDIT: https://codeigniter4.github.io/userguide/installation/installing_composer.html#latest-dev |
ok, thank you ;) |
That sounds like a much better way of doing it, @MGatner Thanks for the reminder. :) |
For example, I want to get the latest develop branch of the framework to my current
app-starter
app. The only way is by clone the project and copy into vendor directory or manually register this repository into composer.json.How about add
codeigniter4/codeigniter4
to packagist ?The text was updated successfully, but these errors were encountered: