- Inherit
PhpCsFixer\Finder
(Inspect all.php
files except those in thevendor
directory.). - Ignores VCS files.
- Ignores dotfiles.
- Excludes directories:
node_modules
. - Excludes files:
_ide_helper_actions.php
,_ide_helper_models.php
,_ide_helper.php
,.phpstorm.meta.php
.
- Inherit
Finder::base()
. - Excludes directories:
bootstrap/cache
,public
,resources
, &storage
. - Excludes files:
*.blade.php
.