Skip to content

Commit c07ed79

Browse files
authored
Merge pull request #16 from rfay/20251008_readme
docs(README): Minor updates to reflect CakePHP 5.x
2 parents 55be6f6 + 3c5d3eb commit c07ed79

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CakePHP CMS Tutorial
22

33
The completed CMS tutorial application created during
4-
https://book.cakephp.org/3.0/en/tutorials-and-examples/cms/installation.html
4+
https://book.cakephp.org/5/en/tutorials-and-examples/cms/installation.html
55

66
## Installation
77

@@ -15,5 +15,9 @@ composer install
1515

1616
## Configuration
1717

18-
Update the `'Datasources'` configuration in `config/app.php` for your local database.
19-
You'll also need to create a database and run the SQL located in the tutorial.
18+
* Update the `'Datasources'` configuration by:
19+
* editing `config/app.php` or `config/app_local.php` for your local database or
20+
* edit `config/bootstrap.php` to enable use of a `.env` file (uncomment the section that loads the `.env` file) (and provide the `config/.env` file.
21+
* Create a database if needed.
22+
* Run `bin/cake migrations migrate` to create the database tables.
23+

0 commit comments

Comments
 (0)