I want to use postgresql on my laravel project, and I have enabled extensions for pdo_pgsql and pgsql in php.ini (php 8.2); however, I face two problems below:
Warning: PHP Startup: Unable to load dynamic library 'pdo_pgsql'
Warning: PHP Startup: Unable to load dynamic library 'pgsql'
Does anyone know how to install them?
I expect to connect with my postgresql db