Skip to content

Reference the open sourced Symfony CLI code #16352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ requirements. Open your console terminal and run this command:

.. note::

The Symfony binary is developed internally at Symfony. If you want to
report a bug or suggest a new feature, please create an issue on
`symfony/cli`_.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this repo be closed/archived?
It is referenced on some other part :)

The Symfony CLI is written in Go and you can contribute to it in the
`symfony-cli/symfony-cli GitHub repository`_.

.. _creating-symfony-applications:

Expand Down Expand Up @@ -310,7 +309,7 @@ Learn More
.. _`Stellar Development with Symfony`: https://symfonycasts.com/screencast/symfony
.. _`Install Composer`: https://getcomposer.org/download/
.. _`install Symfony CLI`: https://symfony.com/download
.. _`symfony/cli`: https://github.com/symfony/cli
.. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli
.. _`The Symfony Demo Application`: https://github.com/symfony/demo
.. _`Symfony Flex`: https://github.com/symfony/flex
.. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories
Expand Down
7 changes: 3 additions & 4 deletions setup/symfony_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ The Symfony server is part of the ``symfony`` binary created when you

.. note::

The Symfony binary is developed internally at Symfony. If you want to
report a bug or suggest a new feature, please create an issue on
`symfony/cli`_.
You can view and contribute to the Symfony CLI source in the
`symfony-cli/symfony-cli GitHub repository`_.

Getting Started
---------------
Expand Down Expand Up @@ -421,7 +420,7 @@ debug any issues.
`Read SymfonyCloud technical docs`_.

.. _`install Symfony`: https://symfony.com/download
.. _`symfony/cli`: https://github.com/symfony/cli
.. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
.. _`SymfonyCloud`: https://symfony.com/cloud/
.. _`Read SymfonyCloud technical docs`: https://symfony.com/doc/master/cloud/intro.html
Expand Down