tpetry / laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features
MIT License
754 stars 32 forks source link

Fatal Error with Laravel 11.23.4 #98

Closed coolamit closed 2 weeks ago

coolamit commented 2 weeks ago

Hi

It seems something broke with Laravel v11.23.4 release. I'm coming across this error after I ran composer update to pull in updated Laravel & laravel-postgresql-enhanced packages.

image
coolamit commented 2 weeks ago

@tpetry FYI

tpetry commented 2 weeks ago

Are you on the newest version? The whereLike issue has been fixed with the new v1 stable release.

coolamit commented 2 weeks ago

Are you on the newest version? The whereLike issue has been fixed with the new v1 stable release.

Ah. composer update pulled in the last minor version from the 0.4.x branch. I did the composer require tpetry/laravel-postgresql-enhanced again to pull in the 1.x branch & now all seems to be working. Thanks.