mirror of
https://github.com/Yaslonane/docker_php-apache-postgre.git
synced 2026-05-19 17:48:31 +03:00
15 lines
194 B
YAML
Executable File
15 lines
194 B
YAML
Executable File
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
|