CodeIgniter Framework
How do i install older version of CI4 using composer
October 10, 2023
0

Sometimes when you run git update & composer update, it updates codeigniter framework, then suddenly your app stops working unless you upgrade your codebase as per new framework requirement or downgrade to last version that you had. The below is the command to downgrade codeigniter to a version:

# composer require codeigniter4/framework:4.1.5

 

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

Codeigniter 4 Tweak: How to Remove public & index.php from browser for better SEO

CodeIgniter4 framework-based site page needs to br...

Read more

Severity: Warning Message: Cannot modify header information – headers already sent by

Suddenly I am getting the below error message in m...

Read more

CodeIgniter: How To Call A Controller from another Controller

Suppose you have two controllers file, one is user...

Read more

There are 0 comments

Leave a Reply

Your email address will not be published. Required fields are marked *