CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Open Source PHP Framework (originally from EllisLab)

Results 299 CodeIgniter4 issues
Sort by recently updated
recently updated
newest added

PHP 8.5 requires CodeIgniter 4.7.0 or later. References: - https://wiki.php.net/todo/php85 - https://wiki.php.net/rfc/deprecations_php_8_5 - https://php.watch/versions/8.5 - codeigniter4/CodeIgniter4#9116 TODO : - [ ] Update Docs - [x] Set minimum required PHP 8.2...

dev

**Description** This PR implements deep comparison for objects and arrays in `Entity::hasChanged()` and `Entity::syncOriginal()`. Previously, only shallow reference comparison was performed, meaning changes to object properties, array elements, or nested...

enhancement
breaking change
4.7

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

### PHP Version 8.4 ### CodeIgniter4 Version latest, 4.6.3 ### CodeIgniter4 Installation Method Git ### Which operating systems have you tested for this bug? Linux ### Which server did you...

bug

### PHP Version 8.4 ### CodeIgniter4 Version 4.6.3 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...

enhancement

### PHP Version 8.3, 8.2 ### CodeIgniter4 Version codelgnite 4.6.3 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which...

bug
waiting for info

**Description** For automatically added label to two directory. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ]...

github_actions

Added a new CSP3 directive for Content Security Policy for script-src-elem.

stale
4.7

This commit extends the View::renderSection() method to allow an optional default value parameter when a section is not found or is empty. - Added a new `$defaultContent` argument to renderSection()...

tests needed
docs needed
wrong branch