Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 607 Bytes

finders.md

File metadata and controls

15 lines (12 loc) · 607 Bytes

Finder Presets

Finder::base()

  • Inherit PhpCsFixer\Finder (Inspect all .php files except those in the vendor 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.

Finder::laravel()

  • Inherit Finder::base().
  • Excludes directories: bootstrap/cache, public, resources, & storage.
  • Excludes files: *.blade.php.