You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are encoutering troubles with connecting platform sh Databases to laravel.
for example we have services yml:
# The name of the service container. Must be unique within a project.
db5:
type: mariadb:11.2
disk: 2048
configuration:
schemas:
- archfix_ibc
- archfix_static
endpoints:
mysql:
default_schema: archfix_ibc
privileges:
archfix_ibc: admin
mysql2:
default_schema: archfix_static
privileges:
archfix_static: admin
We are encoutering troubles with connecting platform sh Databases to laravel.
for example we have services yml:
And app relationships:
database.php db configs:
And it won't connect to the database. User manual lacks information about non standard cases.
I assume that it only works if relationship is called database and laravel app has only one database.
The text was updated successfully, but these errors were encountered: