Manual update of CI |
This is the manual method I use to update CI4:
1. Goto the latest Gihub developers resource: https://github.com/codeigniter4/CodeIgniter4 2. Scroll down to Code and select the SSH link: 3. Open a local Command promt window and delete previous CI4 version 4. Paste the following into a command prompt on your local computer: git clone [email protected]:codeigniter4/CodeIgniter4.git 5. Copy the CodeIgniter4 system folder and overwrite your application system folder 6. Check the latest Codeigniter4 README.dic and apply changes if necessary to your application folder Git is required to be installed in your compuety |
Messages In This Thread |
Manual update of CI - by Didytz - 07-20-2020, 03:07 PM
RE: Manual update of CI - by John_Betong - 07-20-2020, 04:52 PM
RE: Manual update of CI - by InsiteFX - 07-21-2020, 03:21 AM
|