Skip to content

Commit 3c0627a

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix the SymfonyCloud name
2 parents ed375d6 + 52009ea commit 3c0627a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ To define the value of an env var, you have several options:
658658

659659
.. tip::
660660

661-
Some hosts - like SymfonyCloud - offer easy `utilities to manage env vars`_
661+
Some hosts - like Platform.sh - offer easy `utilities to manage env vars`_
662662
in production.
663663

664664
.. note::

setup/symfony_server.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -488,22 +488,22 @@ its location, same as for ``docker-compose``:
488488
``symfony console doctrine:database:drop --force --env=test``, the command will drop the database
489489
defined in your Docker configuration and not the "test" one.
490490

491-
SymfonyCloud Integration
492-
------------------------
491+
Platform.sh Integration
492+
-----------------------
493493

494494
The local Symfony server provides full, but optional, integration with
495-
`SymfonyCloud`_, a service optimized to run your Symfony applications on the
495+
`Platform.sh`_, a service optimized to run your Symfony applications on the
496496
cloud. It provides features such as creating environments, backups/snapshots,
497-
and even access to a copy of the production data from your local machine to help
498-
debug any issues.
497+
and even access to a copy of the production data from your local machine to
498+
help debug any issues.
499499

500-
`Read SymfonyCloud technical docs`_.
500+
`Read Platform.sh for Symfony technical docs`_.
501501

502502
.. _`install Symfony`: https://symfony.com/download
503503
.. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli
504504
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
505-
.. _`SymfonyCloud`: https://symfony.com/cloud/
506-
.. _`Read SymfonyCloud technical docs`: https://symfony.com/doc/master/cloud/intro.html
505+
.. _`Platform.sh`: https://symfony.com/cloud/
506+
.. _`Read Platform.sh for Symfony technical docs`: https://symfony.com/doc/master/cloud/intro.html
507507
.. _`Proxy settings in Windows`: https://www.dummies.com/computers/operating-systems/windows-10/how-to-set-up-a-proxy-in-windows-10/
508508
.. _`Proxy settings in macOS`: https://support.apple.com/guide/mac-help/enter-proxy-server-settings-on-mac-mchlp2591/mac
509509
.. _`Proxy settings in Ubuntu`: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html.en

0 commit comments

Comments
 (0)