Skip to content

Commit c7627a1

Browse files
committed
Update homepage
1 parent f1e7249 commit c7627a1

File tree

1 file changed

+38
-22
lines changed

1 file changed

+38
-22
lines changed

docs/index.md

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,43 @@
22
layout: home
33

44
hero:
5-
name: "CakePHP"
6-
text: "The Rapid Development Framework"
7-
tagline: "Build fast, grow solid with conventions over configuration"
8-
image:
9-
src: /logo.svg
10-
alt: CakePHP
11-
actions:
12-
- theme: brand
13-
text: Get Started
14-
link: /5.x/
15-
- theme: alt
16-
text: View on GitHub
17-
link: https://github.com/cakephp/cakephp
5+
name: "CakePHP"
6+
text: "The Rapid Development Framework"
7+
tagline: "Build fast, grow solid with conventions over configuration"
8+
image:
9+
src: /logo.svg
10+
alt: CakePHP
11+
actions:
12+
- theme: brand
13+
text: Get Started
14+
link: /5.x/
15+
- theme: alt
16+
text: View on GitHub
17+
link: https://github.com/cakephp/cakephp
1818

1919
features:
20-
- title: Convention over Configuration
21-
details: CakePHP follows the CoC principle, providing a structured framework with sensible defaults that reduce the amount of configuration needed.
22-
- title: Built-in ORM
23-
details: Powerful Object-Relational Mapping with support for associations, validation, and complex queries out of the box.
24-
- title: Rapid Development
25-
details: Generate code quickly with Bake console, use helpers and components to speed up development, and benefit from a mature ecosystem.
26-
- title: Security First
27-
details: Built-in security features including CSRF protection, SQL injection prevention, XSS protection, and secure authentication.
28-
---
20+
- icon:
21+
src: /icons/build_quickly_chiffon.svg
22+
title: Build Quickly
23+
details: Use code generation and scaffolding features t rapidly build prototypes and applications.
24+
- icon:
25+
src: /icons/no_config_chiffon.svg
26+
title: No Configuration
27+
details: No complicated XML or YAML files. Just setup your database and you’re ready to bake.
28+
- icon:
29+
src: /icons/license_chiffon.svg
30+
title: Friendly License
31+
details: CakePHP is MIT licensed, making it perfect for commercial applications.
32+
- icon:
33+
src: /icons/batteries_included_chiffon.svg
34+
title: Batteries Included
35+
details: Translations, database access, caching, validation, authentication, and more are built-in.
36+
- icon:
37+
src: /icons/mvc_chiffon.svg
38+
title: Clean MVC Conventions
39+
details: A set of conventions guides you in developing your application, so you can focus on building features.
40+
- icon:
41+
src: /icons/secure_chiffon.svg
42+
title: Secure
43+
details: Built-in tools for input validation, CSRF protection, form tampering protection, and SQL injection prevention.
44+
---

0 commit comments

Comments
 (0)