-
Notifications
You must be signed in to change notification settings - Fork 1.9k
docs: add "Creating Composer Packages" #7742
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
docs: add "Creating Composer Packages" #7742
Conversation
c25e62b
to
5850f1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice coverage. Please also plug the DevKit, which is designed to work with CodeIgniter packages - maybe even add it to the example require-dev
section?
@MGatner Added about DevKit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good PR to improve the growing community of plugin developers CodeIgniter4.
The same content that took me a long time to get to know the package development process for CodeIgniter4.
This PR led me to an idea that I had in mind a long time ago.
Create a new command on the command line to create an blank package for codeigniter.
I think the presence of such a command helps the developer to spend less time and more interest in releasing a new package for the Codegniter community to use. The same topic that is published in many articles about the lack of packages for CodeIgniter4.
fbe8528
to
add666c
Compare
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 👍
Thank you all for reviews! |
@datamweb I would love to see someone leverage GitHub's repository template feature to handle this instead. I think most of the functionality is all there, and whatever is left could be a script included in the repo to handle things like setting the vendor name. |
There is a repository like that. |
@MGatner Thank you for feedback, is this what you mean? |
Description
Checklist: