Documentation
Book
API
Videos
Reporting Security Issues
Privacy Policy
Logos & Trademarks
Business Solutions
Showcase
Community
Community
Get Involved
Issues (Github)
Bakery
Featured Resources
Training
Meetups
My CakePHP
CakeFest
Newsletter
Linkedin
Youtube
Facebook
Twitter
Help & Support
Forum
Stack Overflow
IRC
Slack
Paid Support
×
Documentation
Book
API
Videos
Reporting Security Issues
Privacy Policy
Logos & Trademarks
Business Solutions
Showcase
Community
Help & Support
Forum
Stack Overflow
IRC
Slack
Paid Support
Community
Get Involved
Issues (Github)
Bakery
Featured Resources
Training
Meetups
My CakePHP
CakeFest
Newsletter
Linkedin
Youtube
Facebook
Twitter
B
CakePHP
Plugins
A
packages
cakephp
core
CakePHP Framework Core classes
Repo Url
https://github.com/cakephp/core
Clone Url:
Watchers
7
Issues
0
Forks
1
Last Pushed At
2016-04-25
Tags
has:composer
has:license
has:readme
keyword:core
keyword:framework
license:mit
version:4.x
Last fetched: on 1/3/20
Recent Activity
Date
Commit Message
2025-04-18
Add error context (#17976) * Add error context * Revert original trace, fix annotation * CsFix, fix annotation * Change getErrorMessage from private to protected * CsFix * Remove redundant error logging context with error logging context being added by ErrorTrap, we don't need to do it within `triggerError` which is now a simple alias. * Fix test for functionsglobaltest as well * Fix phpcs --------- Co-authored-by: Mark Story
2025-04-18
Drop psalm
2025-04-06
Update composer branch aliases for split packages. (#18259)
2025-04-06
Update composer branch aliases for split packages. (#18259)
2025-04-06
Cleanup ObjectRegistry::set() and ObjectRegistry::unload(). Drop use of pluginSplit(). Plugin prefixed names are only used in ObjectRegistry::load() to expand the name to FQCN. After that the registry does not hold any info of the plugin name, so trying to split the provided name into plugin and object name in the above methods doesn't make sense.
Follow @CakePHP