Skip to content

Commit

Permalink
Add 'loadPlugin' reminder for CakePHP
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Jul 16, 2024
1 parent 57f9d86 commit 24ee797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/web/tinker
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi
if [ "${DDEV_PROJECT_TYPE}" == "cakephp" ]; then
# CHECK the "drush" command is available
if ! bin/cake --help | grep console >/dev/null; then
echo "Console is not available. You may need to 'ddev composer require --dev cakephp/repl'"
echo "Console is not available. You may need to 'ddev composer require --dev cakephp/repl' and/or load the plugin ('ddev cake plugin load Cake/Repl')"
exit 1
fi

Expand Down

0 comments on commit 24ee797

Please sign in to comment.