chore: update gitignore and add root docs and tooling

This commit is contained in:
2026-05-21 16:05:53 +07:00
parent c72dde4484
commit 2311767e9f
12 changed files with 2582 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
includes:
- vendor/larastan/larastan/extension.neon
- phpstan-baseline.neon
parameters:
level: 5
paths:
- app
excludePaths:
- app/Console/Commands
ignoreErrors:
# Spatie permission magic
- '#Call to an undefined method App\\Models\\User::permission\(\)#'
# Eloquent dynamic property/scope warnings on Spatie Model extensions
- '#Access to an undefined property Spatie\\#'
tmpDir: storage/framework/phpstan
parallel:
processTimeout: 300.0
maximumNumberOfProcesses: 4
reportUnmatchedIgnoredErrors: false