Skip to content

Commit

Permalink
Add new entries to remote-config (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Sep 20, 2023
1 parent 38f16b3 commit 0eaf1b9
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion remote-config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,37 @@
"message": "If you miss phpMyAdmin in DDEV, run `ddev get ddev/ddev-phpmyadmin`"
},
{
"message": "MacStadium supports DDEV with an M1 Mac Mini that runs macOS tests"
"message": "MacStadium supports DDEV with an M1 Mac Mini that runs macOS tests."
},
{
"message": "You can turn off the cell borders in `ddev describe` and `ddev list` by running `ddev config global --simple-formatting`."
},
{
"message": "You can use a more lively `ddev list` and `ddev describe` output by running `ddev config global --table-style=bright`. Try it!"
},
{
"message": "DDEV's fiscal entity is now the DDEV Foundation. We have a real focus on the long-term sustainability of the project, not just depending on Randy. https://ddev.com/foundation"
},
{
"message": "Tag1 Consulting has become a major sponsor of DDEV with $1K/month! Stop by and thank them at https://tag1.com."
},
{
"message": "DDEV’s latest releases include PHP 8.3. We hope to have all extensions by the time 8.3 reaches general availability later this year."
},
{
"message": "Lots of database browsers work with DDEV, including TablePlus, Sequel Pro, and DBeaver. https://ddev.readthedocs.io/en/latest/users/usage/database-management/#database-guis"
},
{
"message": "View officially-supported add-ons by running `ddev get --list`, or include third-party add-ons with `ddev get --list --all`"
},
{
"message": "VS Code users: have you tried the new DDEV VS Code extension? https://marketplace.visualstudio.com/items?itemName=biati.ddev-manager"
},
{
"message": "PhpStorm users: you'll love the DDEV Integration Plugin for PhpStorm! https://plugins.jetbrains.com/plugin/18813-ddev-integration"
},
{
"message": "Did you know you can set environment variables with the `.ddev/.env` file?"
}
]
}
Expand Down

0 comments on commit 0eaf1b9

Please sign in to comment.