Skip to content

Instantly share code, notes, and snippets.

@Exon0
Exon0 / Annotations to attributes symfony 5.4
Last active November 20, 2023 04:29
Annotations to attributes symfony 5.4
Follow these steps to refactor annotations to attributes in a symfony 5.4+ project
### **Annotation to attribute steps:** ##
1) Install rector:
composer require rector/rector --dev
2) Create rector.php
vendor/bin/rector init
3) Add the following code to rector.php
```