Skip to content

Commit 9804ff3

Browse files
committed
Add cakefullversion substitution to make managing its mentions easier
1 parent fd5b5e7 commit 9804ff3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export default {
4646
'|phpversion|': { value: '8.5', format: 'bold' },
4747
'|minphpversion|': { value: '8.2', format: 'italic' },
4848
'|cakeversion|': '5.3',
49+
'|cakefullversion|': 'CakePHP 5',
4950
},
5051
locales: {
5152
root: {

docs/en/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: CakePHP 5 Documentation - Build Better Web Applications Faster
3-
description: Official CakePHP 5 documentation. Learn how to build modern PHP web applications with convention over configuration, powerful ORM, built-in security, and rapid development tools.
2+
title: "|cakefullversion| Documentation - Build Better Web Applications Faster"
3+
description: Official |cakefullversion| documentation. Learn how to build modern PHP web applications with convention over configuration, powerful ORM, built-in security, and rapid development tools.
44
outline: 2
55
---
66
# Build Better Web Applications, Faster
77

8-
**CakePHP 5** is a modern PHP framework running on PHP |phpversion| (min. PHP |minphpversion|) that helps you write clean, maintainable code without the complexity. Whether you're building a simple blog or a complex enterprise application, CakePHP gives you the tools to get it done right.
8+
**|cakefullversion|** (currently |cakeversion|) is a modern PHP framework running on PHP |phpversion| (min. PHP |minphpversion|) that helps you write clean, maintainable code without the complexity. Whether you're building a simple blog or a complex enterprise application, CakePHP gives you the tools to get it done right.
99

1010
::: tip Perfect for
1111
✅ Developers who value **convention over configuration**<br>

0 commit comments

Comments
 (0)