It is quite easy, but I had to ask on IRC (the very good #CakePHP channel on FreeNode) and browse the CakePHP source code to find it.

The welcome message is output by the protected _welcome() call (in cake/console/shell.php). This method is called by the startup() call, which can be overridden in your Shell. As also said in the API docs.

Categories: Geekstuff

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.