This commit is contained in:
2022-04-14 12:28:08 +02:00
commit f7cc73da22
84 changed files with 11010 additions and 0 deletions

12
.styleci.yml Normal file
View File

@@ -0,0 +1,12 @@
php:
preset: laravel
disabled:
- no_unused_imports
finder:
not-name:
- index.php
js:
finder:
not-name:
- webpack.mix.js
css: true