We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b0451 commit 5af76f1Copy full SHA for 5af76f1
.gitattributes
@@ -4,6 +4,7 @@
4
/.editorconfig export-ignore
5
/.gitattributes export-ignore
6
/.gitignore export-ignore
7
+/.styleci.yml export-ignore
8
/.travis.yml export-ignore
9
/CHANGELOG.md export-ignore
10
/coverage.xml export-ignore
.styleci.yml
@@ -0,0 +1,7 @@
1
+preset: laravel
2
+
3
+finder:
+ path:
+ - "config"
+ - "src"
+ - "tests"
0 commit comments