An open API service indexing awesome lists of open source software.

https://github.com/braumye/laravel-vercel-postgres

Provides a solution to the issue of Laravel projects being unable to connect to Postgres after deployment to Vercel.
https://github.com/braumye/laravel-vercel-postgres

laravel vercel-php vercel-postgres

Last synced: 9 months ago
JSON representation

Provides a solution to the issue of Laravel projects being unable to connect to Postgres after deployment to Vercel.

Awesome Lists containing this project

README

          

# 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.