From 36cb98d68e0c5e09843aba2e30615ae9477fb99d Mon Sep 17 00:00:00 2001 From: braumye <35051868+braumye@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:54:51 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 88fd9cb..3927751 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Laravel Vercel Postgres +Provides a solution to the issue of Laravel projects being unable to connect to Postgres after deployment to Vercel. + +## Installation + +You can install the package via composer: + +```bash +composer require braumye/laravel-vercel-postgres +``` + ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.