Skip to content

Rename and refocus Symfony Local Web Server docs to Symfony CLI #21167

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
Jul 1, 2025

Conversation

OskarStark
Copy link
Contributor

@OskarStark OskarStark commented Jul 1, 2025

  • Rename symfony_server.rst to symfony_cli.rst
  • Refocus documentation on the Symfony CLI as a comprehensive tool
  • Add new sections for project creation and PHP management
  • Reorganize content with better structure and flow
  • Update all references throughout the documentation
  • Add redirect from old URL to maintain backward compatibility
  • Improve troubleshooting section
  • Keep all existing anchors for backward compatibility

Fix #20844

cc @alexandre-daubois

- Rename `symfony_server.rst` to `symfony_cli.rst`
- Refocus documentation on the Symfony CLI as a comprehensive tool
- Add new sections for project creation and PHP management
- Reorganize content with better structure and flow
- Update all references throughout the documentation
- Add redirect from old URL to maintain backward compatibility
- Improve troubleshooting section
- Keep all existing anchors for backward compatibility
@carsonbot carsonbot added this to the 6.4 milestone Jul 1, 2025
Copy link
Member

@alexandre-daubois alexandre-daubois left a comment

Choose a reason for hiding this comment

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

Nice! Thank you for taking care of this!

Comment on lines +80 to +82
Pass the ``--cloud`` option to initialize a Platform.sh project at the same
time the Symfony project is created. Pass the ``--webapp`` option if you
prefer a project where Twig is already configured.
Copy link
Member

Choose a reason for hiding this comment

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

Sounds like we cannot provide both flags at the same time?

@javiereguiluz javiereguiluz merged commit 668009d into symfony:6.4 Jul 1, 2025
2 of 3 checks passed
@javiereguiluz
Copy link
Member

javiereguiluz commented Jul 1, 2025

Thanks Oskar!

While merging I started to review this because I noticed that some contents were missing. At the end, I re-added a ton of missing contents. See c836a4b

Some changes were very welcome to make the docs more concise, but others were too much and just removed important or useful information so I had to readd all that. I merged this quickly so we can keep iterating this file if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants