./bin/phinx migrate -c application/phinx.php
I get an error of "application/phinx.php does not exist" How do I solve this?ls application/phinx.php
do you see this file, or an error? If you don't have an application
directory in the top level of your platform install directory, then you are likely in version 4 of platform and should be running php artisan migrate
instead. crontab -e
) and check that it looks like this (the path to platform may be different; it should point to your platform API installation directory):src/App/DataSource/
directory in the platform API codebase to learn how the current datasources are created.