Uh oh!
There was an error while loading. Please reload this page.
docs: add "Creating Composer Packages" - #7742
Conversation
c25e62b to
5850f1eCompare
MGatner
left a comment
There was a problem hiding this comment.
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?
Uh oh!
There was an error while loading. Please reload this page.
kenjis
commented
Jul 29, 2023
@MGatner Added about DevKit. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
datamweb
left a comment
There was a problem hiding this comment.
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
add666cCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
kenjis
commented
Jul 31, 2023
Thank you all for reviews! |
MGatner
commented
Aug 2, 2023
@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. |
kenjis
commented
Aug 2, 2023
There is a repository like that. |
@MGatner Thank you for feedback, is this what you mean? |
Description
Checklist: