Created
April 6, 2025 14:24
-
-
Save leMaur/88373c11921b9cffc006ab15e926cb5f to your computer and use it in GitHub Desktop.
Larastan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| includes: | |
| - vendor/larastan/larastan/extension.neon | |
| # - vendor/nesbot/carbon/extension.neon | |
| parameters: | |
| level: 5 | |
| paths: | |
| - app | |
| - bootstrap | |
| scanFiles: | |
| # - _ide_helper.php | |
| # - _ide_helper_models.php | |
| excludePaths: | |
| - app/Providers | |
| reportMaybesInPropertyPhpDocTypes: false | |
| treatPhpDocTypesAsCertain: false | |
| noEnvCallsOutsideOfConfig: true | |
| checkOctaneCompatibility: true | |
| checkModelProperties: true | |
| checkModelAppends: true | |
| checkUnusedViews: false |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instructions
Install Laravel Pint
Copy this file into your project
Add script in Composer.json