Skip to content

⚠️ to the warning about .git/#929

Open
simoheinonen wants to merge 3 commits into
dunglas:mainfrom
simoheinonen:patch-1
Open

⚠️ to the warning about .git/#929
simoheinonen wants to merge 3 commits into
dunglas:mainfrom
simoheinonen:patch-1

Conversation

@simoheinonen

Copy link
Copy Markdown

I just did exactly that

Comment thread docs/existing-project.md Outdated
Co-authored-by: Tom Udding <tomudding@users.noreply.github.com>
Comment thread docs/existing-project.md
Comment on lines +7 to +8
> [!WARNING]
> If you cloned the Git repository, be sure to not copy the `.git` directory to prevent conflicts with the `.git` directory already in your existing project.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please add an empty quote line between [!WARNING] and the text. This will keep it consistent with other documentation files in this repository.

Examples:

  • > [!NOTE]
    >
    > If you're using Symfony 7.3 or earlier with FrankenPHP in worker mode, you also need to follow these steps
    >
    > ```console
    > composer require runtime/frankenphp-symfony
    > ```
    >
    > Add `env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime` in the `frankenphp/Caddyfile` in the `worker` section.
    >
    > ```diff
    > worker {
    > file ./public/index.php
    > + env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
    > {$FRANKENPHP_WORKER_CONFIG}
    > }
    > ```
  • > [!CAUTION]
    >
    > Docker can have a cache layer, make sure you have the right build
    > for each deployment or rebuild your project with `--no-cache` option
    > to avoid cache issues.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants