Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Symfony Installer Instructions for Windows #7961

Copy link
Copy link
Closed
@robwent

Description

@robwent
Issue body actions

http://symfony.com/doc/current/setup.html

The current method to copy the file doesn't save in UTF8 which seems to lead to some garbled content:

php -r "readfile('https://symfony.com/installer');" > symfony

It's better to use file_put_contents as noted in the installer repo as it will save with the correct encoding (https://github.com/symfony/symfony-installer).

The step to create the symfony.bat file is also missing so the global command cannot work and will result in an error since no symfony.exe or symfony.bat file exists in the PATH.

'symfony' is not recognized as an internal or external command, operable program or batch file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.