|
2 | 2 | layout: home |
3 | 3 |
|
4 | 4 | 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 |
18 | 18 |
|
19 | 19 | 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