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 Version 8.3 ### CodeIgniter4 Version CodeIgniter 4.5.5 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Debian 12 ### Which...

I do not know if this is a wanted behaviour or not But having this Filter Config for example ```php public array $globals = [ 'before' => [ 'honeypot' =>...

enhancement

**Description** - Fixed a bug where `new DataCaster()` caused the error `TypeError: array_merge(): Argument #2 must be of type array, null given` - Added a method check for `castAs()` and...

### PHP Version 8.4 ### CodeIgniter4 Version 4.6.3 ### CodeIgniter4 Installation Method Manual (zip or tar.gz) ### Which operating systems have you tested for this bug? Linux ### Which server...

bug

**Description** This creates a new "Getting Started with RESTful APIs" guide that steps through using the auto-routing and ResponseTrait, plus the new transformers and API response pagination to create a...

documentation
4.7

**Description** Needed #9792 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value (without duplication) - [ ] Unit testing, with...

enhancement
4.7

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

bug

**Description** After a DB query, the entity may break if the result does not contain all the "fields == properties". Example, do we need a "virtual" `$entity->user` property, which stores...

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

enhancement

**Description** PHPStan errors were eliminated by reducing the baseline to 1200 errors as part of my contribution to the good first issue label The modifications is in the branch fix/issue-8732-basemodel-types...