Skip to content

Commit a23e553

Browse files
committed
Readme update for release
1 parent 70def2a commit a23e553

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
# Bref Laravel Bridge
22

3-
An advanced Laravel integration for Bref, including Octane support.
3+
Run Laravel on AWS Lambda with [Bref](https://bref.sh/).
44

5-
This project is largely based on code from [PHP Runtimes](https://github.com/php-runtime/runtime), [Laravel Vapor](https://github.com/laravel/vapor-core) and [Bref's Laravel Bridge](https://github.com/brefphp/laravel-bridge).
5+
Read the [Bref documentation for Laravel](https://bref.sh/docs/frameworks/laravel.html) to get started.
66

77
## Background
88

9-
Why does this exist and why not just use [Laravel Vapor](https://vapor.laravel.com)? Vapor is fantastic, easy to use and the better choice for situations, its $399/year pay for itself not having to maintain your own infrastructure.
9+
This package was originally created by [CacheWerk](https://cachewerk.com/) (the creators of [Relay](https://relay.so)), maintained by [Till Kruss](https://github.com/tillkruss) and [George Boot](https://github.com/georgeboot). It was published at [cachewerk/bref-laravel-bridge](https://github.com/cachewerk/bref-laravel-bridge).
1010

11-
For [Relay](https://relay.so)'s API however we needed something that 1) **is open source** _(Vapor's API is a black box)_, 2) **is secure** _(Vapor has admin access to databases and environment variables)_ and 3) doesn't leave us at the **mercy of a support team** _(Vapor has no enterprise support)_. We also didn't want to be forced to use CloudFront on top of Cloudflare, but that's just nerdy preference.
12-
13-
We needed an open source solution that gives us more fine-grained control and is secure.
14-
15-
[Bref](https://bref.sh) + [Serverless Framework](https://www.serverless.com/) is exactly that, however Bref's Laravel integration is rather basic, it easily exposes SSM secrets and it doesn't support Laravel Octane.
16-
17-
So we built this.
11+
For Bref 2.0, the contributors joined the Bref organization and the CacheWerk bridge was merged into this repository to create v2.0 of the bridge.
1812

1913
## Installation
2014

0 commit comments

Comments
 (0)