diff --git a/app/propel/console b/app/propel/console new file mode 100755 index 0000000..2b9d89b --- /dev/null +++ b/app/propel/console @@ -0,0 +1,15 @@ +#!/usr/bin/env php +chdir(__DIR__.'/../../'); + +$app->addCommandsPath('vendor/propel/propel/src/Propel/Generator/Command/', 'Propel\\Generator\\Command'); + +$app->loadCommands(); +$app->run();;