Closed drakulitka closed 2 years ago
I think you need one of these files in your $CWD
: https://github.com/doctrine/migrations/blob/8b9391f455d08fb0a9734bd0061457380e75858b/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationFileWithFallback.php#L38-L44
I think you need one of these files in your $CWD:
What kind of settings should this file contain? Are there any examples?
Shouldn't the settings be picked up from the array?
'migrations' => [ 'orm_default' => [ ] ]
in the file config/autoload/doctrine.local.php
See https://github.com/doctrine/migrations/blob/3.4.1/docs/en/reference/configuration.rst
Thank you very much! Everything works perfectly!
Please help me how to fix the error?
command
php vendor/bin/doctrine-migrations migrations:diff
causes an error:file
cli-config.php
:file
config/autoload/doctrine.local.php
: