Skip to content

Commit

Permalink
docs: update CakePHP docs to include a link and instructions for 3.x (d…
Browse files Browse the repository at this point in the history
…dev#6021) [skip ci]
  • Loading branch information
ajibarra authored Mar 28, 2024
1 parent 3975cf8 commit 316e9c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/content/users/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ To get started with [Backdrop](https://backdropcms.org), clone the project repos

## CakePHP

Use a new or existing Composer project, or clone a Git repository.
You can start a new [CakePHP](https://cakephp.org) project or configure an existing one.

The CakePHP project type can be used with any CakePHP project >= 3.x, but it has been fully tested with CakePHP 5.x. DDEV automatically creates the `.env` file with the database information, email transport configuration and a random salt. If `.env` file already exists, `.env.ddev` will be created, so you can take any variable and put it into your `.env` file.

The CakePHP project type can be used with any CakePHP project >= 3.x, but it has been fully tested with CakePHP 5.x. DDEV automatically creates the `.env` file with the database information, email transport configuration and a random salt. If `.env` file already exists, `.env.ddev` will be created so you can take any variable and put into your `.env` file.
Please note that you will need to change the PHP version to 7.4 to be able to work with CakePHP 3.x.

=== "Composer"

Expand Down

0 comments on commit 316e9c5

Please sign in to comment.