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

Commit 646cc06

Browse files
committed
Add sample command.
1 parent ad8d7f8 commit 646cc06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Symfony Flex expects all configuration to come in through environment variables
88

99
Simply require this package using Composer. When Composer's autoload is included this library will be activated and the environment variables set. As long as that happens before Symfony bootstraps its configuration (which it almost certainly will) everything should work fine with no further user-interaction necessary.
1010

11+
```
12+
composer require platformsh/symfonyflex-bridge
13+
```
14+
1115
## Mappings performed
1216

1317
* If a Platform.sh relationship named `database` is defined, it will be taken as an SQL database and mapped to the `DATABASE_URL` environment variable for Symfony Flex. (Note: Due to a bug in Doctrine, the code currently assumes MariaDB 10.2 as the service version. If that Doctrine bug is ever resolved this hard-coding can be removed.)

0 commit comments

Comments
 (0)