Search
 
SCRIPT & CODE EXAMPLE
 

PHP

how to use pgsql with laravel

# Search for these two lines within your php.ini and 
# remove the “;” in front of each:
# ;extension=pdo_pgsql
# ;extension=pgsql
# and .env file change database credentials as following:
  
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=database_name
DB_USERNAME=postgres
DB_PASSWORD=your_choosen_password
Comment

PREVIOUS NEXT
Code Example
Php :: PHP (WordPress) - Increase Maximum Upload File Size 
Php :: php empty object 
Php :: updating-product stock quantity programmatically woocommerce 
Php :: php array to string 
Php :: get count laravel 
Php :: php list all constants 
Php :: mac os down upgrade php 
Php :: laravel migration index 
Php :: shortcut vsc select line up 
Php :: acf repeater 
Php :: laravel collection search by value 
Php :: php mac address 
Php :: laravel route logout 
Php :: store image to s3 laravel 
Php :: php sort associative array by specific value 
Php :: validation not exist in table laravel 
Php :: laravel redirect with message to section 
Php :: laravel foreach iteration 
Php :: Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 
Php :: php begin 
Php :: show data from a table in laravel 8 
Php :: if i am using $_SERVER it shows 500 error 
Php :: laravel 8 route 
Php :: types of controller in laravel 
Php :: define function parameters php 
Php :: define constant in php 
Php :: get permalink by id wordpress 
Php :: cloudinary laravel 
Php :: laravel migration folder 
Php :: How to check if email exists in laravel validaton 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =