You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/appendices/5-0-upgrade-guide.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: "5.0 Upgrade Guide"
3
+
description: "Upgrade to CakePHP 5.0 from 4.x. Fix deprecations, update to PHP 8.1+, run rector tool, and update dependencies following this step-by-step guide."
4
+
---
5
+
1
6
# 5.0 Upgrade Guide
2
7
3
8
First, check that your application is running on latest CakePHP 4.x version.
Copy file name to clipboardExpand all lines: docs/en/appendices/5-1-migration-guide.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: "5.1 Migration Guide"
3
+
description: "Migrate to CakePHP 5.1: explore new features, deprecations, improvements, and upgrade your 5.0 application with this comprehensive guide."
4
+
---
5
+
1
6
# 5.1 Migration Guide
2
7
3
8
The 5.1.0 release is backwards compatible with 5.0. It adds new functionality
Copy file name to clipboardExpand all lines: docs/en/appendices/glossary.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,34 @@
1
-
# Glossary
1
+
---
2
+
title: "Glossary"
3
+
description: "CakePHP terminology reference: understand common abbreviations, technical terms, and framework-specific vocabulary used in documentation."
4
+
---
2
5
3
-
<divclass="glossary">
6
+
# Glossary
4
7
5
-
CDN
8
+
## CDN
6
9
Content Delivery Network. A 3rd party vendor you can pay to help
7
10
distribute your content to data centers around the world. This helps
8
11
put your static assets closer to geographically distributed users.
9
12
10
-
columns
13
+
## columns
11
14
Used in the ORM when referring to the table columns in an database
12
15
table.
13
16
14
-
CSRF
17
+
## CSRF
15
18
Cross Site Request Forgery. Prevents replay attacks, double
16
19
submissions and forged requests from other domains.
17
20
18
-
DI Container
21
+
## DI Container
19
22
In `Application::services()` you can configure application services
20
23
and their dependencies. Application services are automatically injected
21
24
into Controller actions, and Command Constructors. See
Copy file name to clipboardExpand all lines: docs/en/appendices/migration-guides.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: "Migration Guides"
3
+
description: "Upgrade CakePHP versions: follow migration guides for each release, understand breaking changes, and smoothly transition between versions."
4
+
---
5
+
1
6
# Migration Guides
2
7
3
8
Migration guides contain information regarding the new features introduced in
0 commit comments