You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,19 +83,10 @@ However, this package is integrated with specific IDE combinations:
83
83
## PHPStan
84
84
85
85
This extension is adding a lot of missing PostgreSQL functionality to Laravel.
86
-
If you are using[PHPStan](https://phpstan.org/)to statically analyze your code, you may get errors because PHPStan doesn't know of the functionality added to Laravel:
86
+
A custom set of[PHPStan](https://phpstan.org/)extensions have been developed to get full static analysis support!
To solve this problem a custom set of PHPStan extensions have been developed to get full static analysis support for Laravel 9!
97
-
You should first install [Larastan](https://github.com/nunomaduro/larastan) to get PHPStan support for Laravel and then activate the PostgreSQL PHPStan extension.
98
-
Just add the following path to your `includes` list in `phpstan.neon`, your config should now look like this:
88
+
All features provided this extension are automatically recognized by the [phpstan/extension-installer](https://github.com/phpstan/extension-installer).
89
+
Otherwise, you have to manually add the following path to your `includes` list in `phpstan.neon`, your config should now look like this:
0 commit comments