You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reviewing the CakePHP migration plugin source, it appears, unlike when using Phinx directly, it's not possible without modifying the migrations plug-in source, which defeats the purpose of using Composer, to specify a custom migration template file (i.e. create.php.template) path/name.
The template path appears effectively hard-coded in ConfigurationTrait.php (cakephp\migrations\src\ConfigurationTrait.php).
Am I missing something or is there a means of doing this through app configuration?
The text was updated successfully, but these errors were encountered:
After reviewing the CakePHP migration plugin source, it appears, unlike when using Phinx directly, it's not possible without modifying the migrations plug-in source, which defeats the purpose of using Composer, to specify a custom migration template file (i.e. create.php.template) path/name.
The template path appears effectively hard-coded in ConfigurationTrait.php (cakephp\migrations\src\ConfigurationTrait.php).
Am I missing something or is there a means of doing this through app configuration?
The text was updated successfully, but these errors were encountered: