From c4871f6027726d5528db5b22b1c0e140ae9896cd Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 17 Feb 2015 02:02:09 +0100 Subject: [PATCH] console reserved for propel administration --- app/propel/console | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 app/propel/console 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();;