Example #1
0
 public function __construct()
 {
     parent::__construct();
     // In this situation, we need to let Caravel know how to find commands.
     $this->autoload(array(self::getAppRoot() . "/commands"));
 }