You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.rst
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ interface and logical structure to access these libraries. CodeIgniter lets
10
10
you creatively focus on your project by minimizing the amount of code needed
11
11
for a given task.
12
12
13
+
The purpose of this fork is to renew the legacy CodeIgniter 3 framework. It aims to stay current with security updates, PHP versions, and maintain backward compatibility without disrupting existing codebases.
PHP version 7.4 or newer (PHP 8.5 ready) is recommended.
25
+
PHP version 7.4 or newer is recommended (PHP 8.5 ready).
24
26
25
27
************
26
28
Installation
27
29
************
28
30
29
-
CodeIgniter is installed in four steps:
31
+
To update an Official CodeIgniter 3 with the Fork of CodeIgniter 3
30
32
31
-
1. composer require nielbuys/framework
32
-
2. Change "codeigniter/framework" to "nielbuys/framework" in the "composer.json" file.
33
-
3. Change in main "index.php" the following line from "$system_path = 'vendor/codeigniter/framework/system';" to "$system_path = 'vendor/nielbuys/framework/system';"
34
-
4. Then run composer update.
33
+
1. Change "codeigniter/framework" to "nielbuys/framework" in the "composer.json" file.
34
+
2. Change in main "index.php" the following line from "$system_path = 'vendor/codeigniter/framework/system';" to "$system_path = 'vendor/nielbuys/framework/system';"
35
+
3. Then run composer update.
35
36
36
-
or
37
+
CodeIgniter is installed in four steps:
37
38
38
-
1. Unzip the package.
39
+
1. Unzip the package or composer require nielbuys/framework.
39
40
2. Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.
40
41
3. Open the application/config/config.php file with a text editor and set your base URL. If you intend to use encryption or sessions, set your encryption key.
41
42
4. If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.
0 commit comments