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.
- Host: GitHub
- URL: https://github.com/braumye/laravel-vercel-postgres
- Owner: braumye
- License: mit
- Created: 2023-12-25T03:12:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T02:54:51.000Z (over 2 years ago)
- Last Synced: 2025-07-17T08:56:15.155Z (9 months ago)
- Topics: laravel, vercel-php, vercel-postgres
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.