Skip to content

Commit

Permalink
Update configuration.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored Nov 29, 2024
1 parent 4bb53e5 commit 7a974cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/en/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@ You can also use the ``%%PHINX_CONFIG_DIR%%`` token in your path.
paths:
seeds: '%%PHINX_CONFIG_DIR%%/your/relative/path'
Class namespaces may be specified by adding a key to each seed path:

.. code-block:: yaml
paths:
seeds:
App\Module1\Seeds: application/module1/seeds
App\Module2\Seeds: application/module2/seeds
Custom Seeder Base
---------------------

Expand Down

0 comments on commit 7a974cc

Please sign in to comment.