Skip to content

Commit feb7760

Browse files
committed
docs: added autocomplete information
1 parent 80066a2 commit feb7760

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ composer require tpetry/laravel-postgresql-enhanced
1818

1919
# Features
2020

21+
- [IDE Autocomplete](#ide-autocomplete)
2122
- [PHPStan](#phpstan)
2223
- [Migration](#migration)
2324
- [Zero Downtime Migration](#zero-downtime-migration)
@@ -68,6 +69,14 @@ composer require tpetry/laravel-postgresql-enhanced
6869
- [Refresh Data on Save](#refresh-data-on-save)
6970
- [Date Formats](#date-formats)
7071

72+
## IDE Autocomplete
73+
74+
Laravel provides many extension capabilities, making it hard for IDEs to do proper autocomplete.
75+
Currently, there is no generic way to tell IDEs about the added functionality of this enhanced driver.
76+
However, this package is integrated with specific IDE combinations:
77+
78+
* **PhpStorm with Laravel Idea**: The [IDE Helper for Laravel](https://github.com/barryvdh/laravel-ide-helper) can detect all PostgreSQL features by running the `Generate Helper Code (Eloquent, Maco, Facades, etc.)` action from the `Laravel` -> `Code Generation` toolbar menu.
79+
7180
## PHPStan
7281

7382
This extension is adding a lot of missing PostgreSQL functionality to Laravel.

0 commit comments

Comments
 (0)