https://github.com/ddev/test-cakephp
For testing only of Cake PHP
https://github.com/ddev/test-cakephp
Last synced: about 2 months ago
JSON representation
For testing only of Cake PHP
- Host: GitHub
- URL: https://github.com/ddev/test-cakephp
- Owner: ddev
- License: apache-2.0
- Created: 2024-02-23T14:39:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T16:29:41.000Z (about 2 years ago)
- Last Synced: 2025-03-04T12:19:03.313Z (over 1 year ago)
- Language: PHP
- Size: 9.22 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CakePHP Test Application for DDEV
This repository is currently using the version 5.0.4 of `cakephp/app`. To update the current version you need:
1. Clone/Pull this repository (main branch).
2. Add git@github.com:cakephp/app.git as a remote: `git remote add cakephg git@github.com:cakephp/app.git`.
3. Pull latest changes from `5.x` branch
4. Run `composer update` to update vendor folder
5. Ensure `vendor` folder is added to commit
6. Push changes to origin (main branch): `ddev/test-cakephp`
7. Download https://github.com/ddev/test-cakephp/releases/download/5.0.1.1/db.sql.tar.gz
8. Update TestPkgCakePHP in `ddevapp_test.go` to point to next release OR remove release and tag 5.0.1.1
9. Create release (including tag) and upload `db.sql.tar.gz` as a release artifact.