Hey there!
I'm trying to create a controller from the devtools. I don't use a config (I do that in my index.php). But I get an error with this command:
$ phalcon controller test app/frontend/controllers/
Can I create controllers (and later do migrations) without a config.php|ini?
Thanks for your attention.