a simple CMS written in PHP
- Install application and dependencies using these instructions.
- In
doctrine.yaml
, change encoding toutf8
.
...
doctrine:
dbal:
charset: utf8
url: "%env(resolve:DATABASE_URL)%"
- Run PostgreSQL in Docker.
- Update
.env
file with database connection details. - Run application.
- Perform offline migration.
- Change
.env
file to point to YugabyteDB. - Re-run application and verify migration.