Skip to content

Commit f526fff

Browse files
committed
Move "create project" step out of tabbed display
1 parent a34c4bd commit f526fff

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/en/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ composer --version
6565
composer --version
6666
```
6767

68+
:::
69+
70+
Now you can create a new CakePHP project:
71+
6872
```bash [Create Project]
6973
# Create a new CakePHP 5 application
7074
composer create-project --prefer-dist cakephp/app:~|cakeversion| my_app_name
@@ -79,8 +83,6 @@ bin/cake server
7983
bin/cake server --frankenphp
8084
```
8185

82-
:::
83-
8486
::: tip Version Constraints
8587
Your `composer.json` version constraint controls updates:
8688

0 commit comments

Comments
 (0)