Richin

Results 3 issues of Richin

This pull request addresses the deprecation warning introduced in PHP 8.3 regarding dynamic property creation in core classes.

I encountered a deprecation warning in my PHP application. The warning message is as follows: ``` Severity: 8192 Message: Creation of dynamic property CI_Loader::$input is deprecated Filename: core/Loader.php Line Number:...

Rewrite README.md to provide a clearer overview of CodeIgniter 4, including key framework features, requirements, and community resources. Add a pragmatic quick-start section with Windows-specific notes, highlight common spark/Composer workflows,...