cakephp / cakephp/phinx

seed template

Open
#1,507 2 comments 2 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.