Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 14, 2025
1 parent 294a0c8 commit 4024097
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,17 @@ vendor/bin/swiss-knife convert-alice-yaml-to-php fixtures
That's it!
<br>
## 10. Generate Symfony 5.3 configs builders
Symfony 5.3 introduced amazing [config builders](https://symfony.com/blog/new-in-symfony-5-3-config-builder-classes), but those classes are not available for IDE until used. To make it easier, we added a command that generates all config builder classes you project can use, in `/var/cache/Symfony`.
```bash
vendor/bin/swiss-knife generate-symfony-config-builders
```
That way IDE, PHPStan after adding those paths and Rector can understand your config files better.
<br>
Expand Down

0 comments on commit 4024097

Please sign in to comment.