Platform.sh from scratch - PostgreSQL
Hi there and welcome back to Platform from scratch. Today we're going to take a very simple Laravel application that will make use of Postgres on the backend as a database.
The complete example application can be found here - https://github.com/JGrubb/platformsh-laravel-example
The very first step of this will be to add in the appropriate .platform/services.yaml
file. This file was left intentionally empty in the setup for this Laravel application, as we didn't have a need for a working...