-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Removing note about Kernel
configuration
#17515
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
Conversation
Since 5.4, there's nothing to configure anymore in the kernel: https://github.com/symfony/recipes/blob/main/symfony/framework-bundle/5.4/src/Kernel.php So PHP&XML routes are loaded automatically - or aren't they?
Second part of symfony#17515 for reworded note
They're not, PHP was added in 6.1 & XML was never added. |
Well, looks like I forgot my own issue symfony/symfony#45116 where you already told me the same ;-) Anyway, I don't know what needs to be done in the Kernel in 5.4 and 6.0 to get PHP config going. Do you? When telling people to "update the Link to the page: https://symfony.com/doc/current/routing.html |
There's an example here: https://symfony.com/doc/5.4/configuration.html#configuration-formats But yeah, a link to that page might be nice. |
Thanks, I'm closing here.
|
Info is taken from symfony#17515 (comment)
Info is taken from symfony#17515 (comment)
This PR was merged into the 6.1 branch. Discussion ---------- [Routing] Adding default PHP format Info is taken from #17515 (comment) Commits ------- 483ea42 Adding default PHP format
Since 5.4, there's nothing to configure anymore in the kernel: https://github.com/symfony/recipes/blob/main/symfony/framework-bundle/5.4/src/Kernel.php So PHP&XML routes are loaded automatically - or aren't they?