CodeIgniter 3 to 4 Upgrade Helper |
Hi, everyone.
I started to develop a tool which reduces upgrade costs from CodeIgniter3 to CodeIgniter4. https://github.com/kenjis/ci3-to-4-upgrade-helper This project is under early development. It provides compatible interfaces for common use cases in CodeIgniter3 apps. You can run the following code on CodeIgniter4. PHP Code: <?php
I upgraded codeigniter3-qrcode to CI4 with ci3-to-4-upgrade-helper.
https://github.com/kenjis/ci4-qrcode
If you want to see upgraded Test Code,
see https://github.com/kenjis/ci3-to-4-news/.../tests/app
I've released v0.1.0.
https://github.com/kenjis/ci3-to-4-upgra...r/releases The official news tutorial works perfectly. https://github.com/kenjis/ci3-to-4-news (03-18-2021, 11:06 PM)kenjis Wrote: I've released v0.1.0.I get an error that says: """ Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires kenjis/ci3-to-4-upgrade-helper 1.x-dev -> satisfiable by kenjis/ci3-to-4-upgrade-helper[1.x-dev]. - kenjis/ci3-to-4-upgrade-helper 1.x-dev requires php ^7.3 -> your php version (8.0.10) does not satisfy that requirement. """ I think it may be resolved by adding this to composer.json file in ci3-to-4-upgrade-helper repository: "php": "^7.3|^8.0", Can you please check this error out and let me know? (09-27-2021, 11:06 AM)mehmetc Wrote: I get an error that says: Thank you for reporting. I added ^8.0 in 1.x branch. Now you can install kenjis/ci3-to-4-upgrade-helper:1.x-dev on PHP 8.0. Some functions were broken with progress of CI4 development. I fixed them and made all tests pass. I will check more with CI4 apps, and would release the next version. If you get something wrong, let me know.
v0.2.0 released.
https://github.com/kenjis/ci3-to-4-upgra...r/releases now support CodeIgniter 4.1.3 or later. It is not fully tested, but phpunit tests passed on PHP 8.1. Upgrade Tool using ci3-to-4-upgrade-helper was created and shared! https://forum.codeigniter.com/thread-80995.html
v0.3.0 was released!
https://github.com/kenjis/ci3-to-4-upgra...r/releases Now supports Language files. See https://github.com/kenjis/ci3-to-4-upgra...uage-files |
Welcome Guest, Not a member yet? Register Sign In |