Welcome Guest, Not a member yet? Register   Sign In
How to upgrade CodeIgniter from version 4.1.3 to 4.1.4
#11

(This post was last modified: 01-08-2023, 12:21 PM by captain-sensible. Edit Reason: usual suspects )

well i guess you will learn quite a bit lol

if you are going to work on this long term , you could use composer to set up a virgin dev via command
Code:
composer create-project codeigniter4/appstarter webDevDirProjectName
then shift code across. It will be tedious at first, but down the road, will make life so much easier.

to compare files on linux i just use
Code:
diff -y    file1     file2
outputs contents side by side
CMS CI4     I use Arch Linux by the way 

Reply




Theme © iAndrew 2016 - Forum software by © MyBB