You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,12 @@ OK
47
47
48
48
**You are now ready to start !**
49
49
50
-
## Then you might want to
50
+
## Customize your app
51
51
52
52
Make the project truly yours by doing the following:
53
53
54
54
### Inside `composer.json`
55
55
-[ ] Update the `name`, `description`, `authors` and `license` fields with your project's information
56
-
-[ ] Update the `autoload` field with the namespace of your choice (make sure you also change the namespace in `src/HelloWorld.php` and `tests/FirstTest.php` accordingly)
57
56
58
57
### Inside other files
59
58
-[ ] Update the `README.md` file to decribe your project
@@ -101,6 +100,13 @@ composer quality:clean
101
100
102
101
Runs phpcbf to automatically fix code formatting issues.
103
102
103
+
```bash
104
+
composer quality:refactor
105
+
```
106
+
107
+
Runs Rector to automatically refactor your code.
108
+
**Warning:** This is a very powerful tool that can break your code. Use `composer quality:refactor-dry` to preview the changes before applying them.
109
+
104
110
## Technical details
105
111
106
112
- The configuration files for the quality tools are located inside the `quality/` directory.
0 commit comments