Skip to content

Commit 9ef2b86

Browse files
committed
Readme update
1 parent 75b3a64 commit 9ef2b86

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

readme.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ interface and logical structure to access these libraries. CodeIgniter lets
1010
you creatively focus on your project by minimizing the amount of code needed
1111
for a given task.
1212

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.
14+
1315
*******************
1416
Release Information
1517
*******************
@@ -20,22 +22,21 @@ https://github.com/NielBuys/CodeIgniter/releases
2022
Server Requirements
2123
*******************
2224

23-
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).
2426

2527
************
2628
Installation
2729
************
2830

29-
CodeIgniter is installed in four steps:
31+
To update an Official CodeIgniter 3 with the Fork of CodeIgniter 3
3032

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.
3536

36-
or
37+
CodeIgniter is installed in four steps:
3738

38-
1. Unzip the package.
39+
1. Unzip the package or composer require nielbuys/framework.
3940
2. Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.
4041
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.
4142
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

Comments
 (0)