CodeIgniter Forums
How can i update CI 4.0.0 to CI4.0.0-alpha 4? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: How can i update CI 4.0.0 to CI4.0.0-alpha 4? (/showthread.php?tid=72623)



How can i update CI 4.0.0 to CI4.0.0-alpha 4? - tebogosebake - 01-15-2019

I have developed a system in CI4.0.0  i want to upgrade form CI4 to latest release which is CI4.0.0-alpha4. How can i achieve that as i have never upgrade CI framework before?


RE: How can i update CI 4.0.0 to CI4.0.0-alpha 4? - InsiteFX - 01-16-2019

You need to re-install it.

There was a big change, application folder was renamed to app folder.


RE: How can i update CI 4.0.0 to CI4.0.0-alpha 4? - tebogosebake - 01-16-2019

(01-16-2019, 04:12 AM)InsiteFX Wrote: You need to re-install it.

There was a big change, application folder was renamed to app folder.

Thank you. I am now using ci.4.0.0-alpha.4, and my system is still running smoothly as expected.