symfony-docs
symfony-docs copied to clipboard
The Symfony documentation
Fixes #20002 Document the newly merged `#[AsMessage]` attribute https://github.com/symfony/symfony/pull/57507
| Q | A | ------------ | --- | Feature PR | symfony/symfony#57507 | PR author(s) | @pounard | Merged in | 7.2 We created this issue to not forget...
Improve the documentation with a link for the profile service declaration.
I found that to work with redis and tags using this config was not working (tag not set and invalidation not working): ``` 'adapter' => 'cache.adapter.redis', 'tags' => true, ```...
Hi everyone, Little self-promotional PR for AssetMapper, to indicates how users can lint and format their front assets when using the fresh [`kocal/biome-js-bundle`](https://github.com/Kocal/BiomeJsBundle). It's a bundle around Biome.js, a (much)...
| Q | A | ------------ | --- | Feature PR | symfony/symfony#57436 | PR author(s) | @norkunas | Merged in | 7.2 We created this issue to not forget...
The webhook component has 2 parts: - the client part, which handles receiving webhooks in a controller (provided in the component) which parses the payload into a RemoteEvent with a...
Title pretty much says it all : I asked [on Slack](https://symfony-devs.slack.com/archives/C9HKZM8KY/p1713877557930869) about how to rebase my docs branch because I'm not used to rebasing. We noticed there is no such...
Notes by @stof: > to accept env placeholders in the semantic config of the bundle and have them work, the requirements are: > - don't write beforeNormalization steps in the...