Files
Test-Laravel-Migrations/.styleci.yml
T

15 lines
194 B
YAML
Raw Normal View History

2021-11-08 11:50:12 +02:00
php:
preset: laravel
version: 8
disabled:
- no_unused_imports
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true