andrizanblog.andrizan.xyz·Aug 14, 2023Install Nginx, PHP, PostgreSQL for Laravel/Lumen Ubuntu ServerInstall the PostgreSQL Database Server Package Add the PostgreSQL repository to your server's APT sources. $ sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' Import ...72 readsLaravel