chore: Refactor configuration files based on Laravel 10 skeleton
This commit is contained in:
parent
3f78d5118a
commit
bebbfec510
35 changed files with 205 additions and 284 deletions
17
.styleci.yml
17
.styleci.yml
|
@ -1,8 +1,9 @@
|
|||
preset: laravel
|
||||
|
||||
disabled:
|
||||
- concat_without_spaces
|
||||
- single_import_per_statement
|
||||
|
||||
finder:
|
||||
path: app/
|
||||
php:
|
||||
preset: laravel
|
||||
disabled:
|
||||
- no_unused_imports
|
||||
finder:
|
||||
not-name:
|
||||
- index.php
|
||||
js: true
|
||||
css: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue