Skip to content

Commit 35ff541

Browse files
committed
pint fix
1 parent 476270e commit 35ff541

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ Laravel friend - boilerplate with docker , code style fix, orgranize structure a
1111
composer run-script cghooks add
1212
composer run-script cghooks update
1313
```
14+
15+
# pint fix (manual)
16+
17+
```bash
18+
composer run-script pint-fix
19+
```

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"post-create-project-cmd": [
4848
"@php artisan key:generate --ansi"
4949
],
50-
"cghooks": "vendor/bin/cghooks"
50+
"cghooks": "vendor/bin/cghooks",
51+
"pint-fix": "vendor/bin/pint"
5152
},
5253
"extra": {
5354
"laravel": {

0 commit comments

Comments
 (0)