Are you sure you updated laravel (app) prior to running composer update, which updates the framework.
Clear all cache.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm updated my server from ubuntu 14.04 to 16.06 and php from 5.6 to 7.2.24 and now postgresql pdo querry return empty result for querry !!!!
I'm running the same laravel app localy and all is working in same configuration (php 7.2) . I have updated laravel from 5.5 to 5.8.
exemple :
Config::where('key','=', 'contact_email')->first();
return empty result without error on the server but return data localy on php artisan serve command on the same postgres server url....
What about this ???
Please or to participate in this conversation.