-
Notifications
You must be signed in to change notification settings - Fork 39
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
Codeigniter 4 fork #18
Comments
Hello @savioret How are you today? Thanks for the update. Migrating it to version 4 of CI has been on my mind for a while but I've been busy. So I appreciate your effort and work. Well done sir. On the matter of how you should proceed. The ideal thing is for you to create a PR here so I can merge and release a new version, say 2.0.0, as you've rightly suggested. This is what I will like us to do. However, the decision is 100% up to you. If you create a PR, I will dedicate the time to review and merge (that may take 2 weeks or less). On the other hand, releasing a version of your own fork is also cool. Finally, I will like to clarify that either you submit a PR or release your own version, we will still update this one to work with CI4. Let me know what your final decision is. Cheers |
Hello Seun, The first thing you must know is that the fork can be considered as a pre-alpha version. Things to consider:
/*
* The log levels that this handler will handle.
*/
'handles' => [
'critical',
'alert',
'emergency',
'debug',
'error',
'info',
'notice',
'warning',
], If there anything that was changed that you don't feel comfortable with, or you don't know why I changed it or simplified it, we can just discuss it. Thanks. |
As a newbie, I hope the version can be available for the Codeigniter 4, sure it will help us a lot. |
Hello @gopibabus, @savioret didn't create a PR eventually. I'll look into upgrading this to work with CI4 myself. Please check back by the 30th of this month (September 2022) to see if there's any progress from my end. Best Regards |
Sure. Thanks @SeunMatt . |
Hi, I was waiting @SeunMatt to give directions on which branch to merge to. |
Hello, @gopibabus and @savioret PR has been reviewed, waiting for feedback from @savioret. |
Hello @gopibabus and @savioret v2 has been released which supports CI4. Thanks for the good work everyone, special kudos to @savioret for the PR. Please test and provide feedback. Cheers 🥂 |
Hello,
I have created a fork of the project to adapt it to Codeigniter 4:
https://github.com/savioret/codeigniter-log-viewer
The current code is working in CI4 and I've updated the
README.md
with new instructions for CI4But I'm not sure how to proceed with this fork, will you merge this (as a
release v2.0.0
tag for example) or should I go on with the fork and create my own composer package pointing to my forked repo ?Thanks.
The text was updated successfully, but these errors were encountered: