Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit dc362dd

Browse files
committed
Command: add credits
1 parent 07eb63d commit dc362dd

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/Command/FixtureCommand.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?php
2+
/*******************************************************************************
3+
* @name: Command Fixture for Multiple databases
4+
* @author: Jgauthi, created at [28july2023], url: <github.com/jgauthi/poc_symfony6_multiple_database>
5+
* @version: 1.0
6+
* @Requirements:
7+
- PHP version >= 8.2+, Symfony 6.2+
8+
- Doctrine with multiple configuration: https://symfony.com/doc/6.2/doctrine/multiple_entity_managers.html
9+
- DoctrineMigrationsMultipleDatabaseBundle
10+
11+
*******************************************************************************/
212
namespace App\Command;
313

414
use Symfony\Component\Console\Attribute\AsCommand;

src/Command/MakeMigrationCommand.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<?php
2+
/*******************************************************************************
3+
* @name: Command Make Migration for Multiple databases
4+
* @author: Jgauthi, created at [28july2023], url: <github.com/jgauthi/poc_symfony6_multiple_database>
5+
* @version: 1.0
6+
* @Requirements:
7+
- PHP version >= 8.2+, Symfony 6.2+
8+
- Doctrine with multiple configuration: https://symfony.com/doc/6.2/doctrine/multiple_entity_managers.html
9+
10+
*******************************************************************************/
211
namespace App\Command;
312

413
use Symfony\Component\Console\Attribute\AsCommand;

0 commit comments

Comments
 (0)