How do I test the INVO application? #16218
s-ohnishi
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
About the first error, you have to run the command As for the command
However, you must be able to connect to the database, adjust the configs in the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I test my INVO application?
I forked phalcon/invo into my repository.
And after cloning, I'm trying to test it in my local environment.
However, in step 4 of Installation in README.md
cannot run.
That's because phalcon-migrations doesn't exist.
There is no such description in composer.json either.
There is migrations.php in the project root, but it uses Phalcon\Config inside, so it can be estimated that it is v4.
From this, it is highly likely that README.md is incorrect.
Also, there are .dat and .php files under db\migrations\1.0.0, but they use Phalcon\Migrations\Mvc\Model\Migration, which is also not available in v5.
(INVO is v.2, so it's a natural result)
I would like to make a proposal to modify the description so that it is compatible with Phalcon v.5, as it will also be my own learning, but I do not understand the migration description, so the only way to test it is to write directly to the DB using SQL. .
Please show me a sample migration script.
Beta Was this translation helpful? Give feedback.
All reactions