This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Please add SIMPLE documentation how to get it running #38
Comments
zf-console is not that kind of module you need to get wired and configured. You should better think of it as a standalone micro framework or let's say a... php script. bin/zf-cons.php
bin/zf-cons-routes.php
bin/Command/DemoCommand.php
(composer dump-autoload, for everything to be found) USAGE: php bin/zf-cons.php hello hatchi next (important) step will be to get the ZF3 instanciated into this script. The trick is to call its Zend\Mvc\Application::init method but NOT run. Hope this helps ! |
Some examples here: #33. |
Please add @jcaillot's example to the docs, it's a lifesaver. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've read your HUGE and SOFISTICATED instruction on how to install the app...
and I did not found how to RUN it.
Can you please add this in the 1st paragraph?
The text was updated successfully, but these errors were encountered: