You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix malformed markdown in Development Environment section
The Galley, NetBeans, and Oven entries had corrupted markdown:
- Extra `[-` at the start of Galley entry
- A broken link spanning multiple lines
- Local file path leaked in the markup
- Word "favorite" was split across the broken link
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,9 +328,9 @@ Additional lists you might find useful:
328
328
-[DDEV](https://ddev.readthedocs.io/en/stable/) - Docker based local env.
329
329
-[Devilbox](https://devilbox.readthedocs.io/en/latest/) - A docker development environment for (CakePHP) apps to be auto-setup including a lot of tools.
330
330
-[Docker](https://github.com/stefanvangastel/docker-cakephp) - CakePHP in a docker container environment.
331
-
[- [Galley](https://gitlab.com/amayer5125/galley) - A small Docker dev environment for CakePHP development which includes a simple command line utility.
332
-
-[NetBeans](https://github.com/junichi11/cakephp3-netbeans) - This package provides support for CakePHP in NetBeans 8.1+.
333
-
-[Oven](https://github.com/CakeDC/oven) - Setup your f](/media/mark/data/work/git/awesome-cakephp)avorite framework with 1 file and 1 click.
331
+
-[Galley](https://gitlab.com/amayer5125/galley) - A small Docker dev environment for CakePHP development which includes a simple command line utility.
332
+
-[NetBeans](https://github.com/junichi11/cakephp3-netbeans) - This package provides support for CakePHP in NetBeans 8.1+.
333
+
-[Oven](https://github.com/CakeDC/oven) - Setup your favorite framework with 1 file and 1 click.
334
334
-[Puppet](https://puppetlabs.com/) - A server automation framework and application.
335
335
-[Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
0 commit comments