Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter v4.6.0 released!
#21

Thank you so much @paulbalandan and the team!!!

Upgrade went smooth, it's feels like performance got improved. Wink

CodeIgniter is the best!
Reply
#22

Hello everyone,

I'm new to the forum.

This is great news for us, as this version comes with numerous enhancements, new features, and bug fixes.
Reply
#23

Config > Routing > autoroute = true for use dynamic parameter is not works on this version..
Reply
#24

Many thanks for the further development and PHP 8.4 support!
Will soon test the update with https://packagist.org/packages/tatter/patches Smile
Reply
#25

(This post was last modified: 02-13-2025, 10:05 AM by codeus.)

(01-23-2025, 01:28 AM)ALTITUDE_DEV Wrote:
(01-22-2025, 10:26 AM)michalsn Wrote: @titounnes  You may try to run
Code:
composer clear-cache

and then
Code:
composer create-project codeigniter4/appstarter myproject

Hi,
Just change the content in app/Config/Kint.php to the new version here : 
Kint 4.6.0

After updating to v4.6 (composer update), copying new version of Kint.php fixed the issue, thanks.

(01-19-2025, 11:02 PM)mehmet Wrote: Why aren't there any new features? For a long time, updates have only included bug fixes and version upgrades, with no announcements of new features.

Your website is not very user-friendly. The user guide lacks realistic examples in many sections and doesn’t provide detailed explanations. I think this is one of the main reasons why other frameworks are preferred. Although CI4 is very simple, the documentation is not entirely clear.

Personally, I'm happy that CI4 is fairly stable. The main remit of CI is to provide PHP with web capabilities, with very good performance, and a light footprint. Adding several "nice to have" features may result in a larger, slower framework.

A colleague of mine has been learning Laravel. It has grown into a very large framework. It offers much, but takes a *long* time to learn how to use properly. And it is of course considerably slower than CI4.

Regarding the documentation, it's pretty good in my opinion. It's not perfect, but I've read far worse commercially based documentation. I guess if anyone has suggestions to improve the docs they can AFAIK get involved.

Mike
Reply
#26

There are some unclear expressions in the document, such as: 
https://codeigniter.com/user_guide/model...del-events

beforeDelete  afterDelete
"id = primary key of row being passed to.."
The id here should be an array collection
Reply
#27

(02-13-2025, 09:33 AM)codeus Wrote:
(01-23-2025, 01:28 AM)ALTITUDE_DEV Wrote:
(01-22-2025, 10:26 AM)michalsn Wrote: @titounnes  You may try to run
Code:
composer clear-cache

and then
Code:
composer create-project codeigniter4/appstarter myproject

Hi,
Just change the content in app/Config/Kint.php to the new version here : 
Kint 4.6.0

After updating to v4.6 (composer update), copying new version of Kint.php fixed the issue, thanks.

(01-19-2025, 11:02 PM)mehmet Wrote: Why aren't there any new features? For a long time, updates have only included bug fixes and version upgrades, with no announcements of new features.

Your website is not very user-friendly. The user guide lacks realistic examples in many sections and doesn’t provide detailed explanations. I think this is one of the main reasons why other frameworks are preferred. Although CI4 is very simple, the documentation is not entirely clear.

Personally, I'm happy that CI4 is fairly stable. The main remit of CI is to provide PHP with web capabilities, with very good performance, and a light footprint. Adding several "nice to have" features may result in a larger, slower framework.

A colleague of mine has been learning Laravel. It has grown into a very large framework. It offers much, but takes a *long* time to learn how to use properly. And it is of course considerably slower than CI4.

Regarding the documentation, it's pretty good in my opinion. It's not perfect, but I've read far worse commercially based documentation. I guess if anyone has suggestions to improve the docs they can AFAIK get involved.

Mike

Nice Wink
Reply




Theme © iAndrew 2016 - Forum software by © MyBB