I configured and installed everything with CakePhp for use via the command line in ubuntu. I created and saved the following:
class HelloShell extends AppShell {
public function main() {
$this->out('Hello world.');
}
}
What is their example code. But when I run via the command line this error is returned, which can not load the class.
It is located in:
/home/ubuntu/cakephp/apps/almofadagram/Console/Command/HelloShell.php
And I run from there, but as I said the error is returned:
Error: Class HelloShell could not be loaded.