Hi! I've updated the Developer Tools to v3.
I'm trying to generate model with following code:
phalcon model --output=app/Common/Models/ --namespace="Common\Models" --extends="\Common\Models\ModelBase" --mapcolumn --name=TABLE_NAME
This works fine on DevTools v2, but now I have the following error:
Phalcon DevTools (3.0.0)
Error: Database configuration cannot be loaded from your config file.
Any suggestion? Thanks for help.