seed template
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 4.5k
- Forks
- 884
- PR merge metrics
- No merged PRs in 30d
Description
For migration we can define custom template via config e.g.
'templates' => [
'file' => __DIR__ . '/src/Database/Migration/MyCustomTemplate.txt.dist'
],
I searched documentation and for seeders we use only default template from
https://github.com/cakephp/phinx/blob/master/src/Phinx/Seed/Seed.template.php.dist
Question
How can we define custom template for seeder in config?
This is probably feature-request
Thank you
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with src/Phinx/Seed/Seed.template.php.dist and compare it with the migration template configuration described in the issue. Determine whether seeder template selection can be configured; done means a documented, working configuration path for a custom seeder template, with coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100