Skip to content

Conversation

@abdounikarim
Copy link
Contributor

Added instructions for installing Symfony 6.4 and configuring FrankenPHP.

@abdounikarim abdounikarim force-pushed the patch-3 branch 2 times, most recently from ca982f6 to 4c44260 Compare December 19, 2025 14:09
Copy link
Contributor

@7-zete-7 7-zete-7 left a comment

Choose a reason for hiding this comment

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

IMO this is useful information for documentation.

I have a couple of comments.

Added instructions for installing Symfony 6.4 and configuring FrankenPHP.
@7-zete-7
Copy link
Contributor

7-zete-7 commented Jan 5, 2026

Closes #884?

Comment on lines +38 to +48
> ```Caddyfile
> frankenphp {
> {$FRANKENPHP_CONFIG}
>
> worker {
> file ./public/index.php
> env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
> {$FRANKENPHP_WORKER_CONFIG}
> }
> }
> ```
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we instead use a diff like these :

Suggested change
> ```Caddyfile
> frankenphp {
> {$FRANKENPHP_CONFIG}
>
> worker {
> file ./public/index.php
> env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
> {$FRANKENPHP_WORKER_CONFIG}
> }
> }
> ```
> ```diff
> worker {
> file ./public/index.php
> + env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
> {$FRANKENPHP_WORKER_CONFIG}
> }
> ```


> [!NOTE]
>
> If you install a Symfony 6.4 version, you also need to do these steps:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
> If you install a Symfony 6.4 version, you also need to do these steps:
> If you're using Symfony 7.3 or earlier with FrankenPHP in worker mode, you also need to follow these steps

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