brefphp / laravel-bridge

Package to use Laravel on AWS Lambda with Bref
https://bref.sh/docs/frameworks/laravel.html
MIT License
314 stars 63 forks source link

V2 - Replace with the CacheWerk bridge #94

Closed mnapoli closed 1 year ago

mnapoli commented 1 year ago

Version 2.0 of this Bref-Laravel bridge will be radically different.

Indeed, we are importing all the code and git history of this alternative bridge by CacheWerk: https://github.com/cachewerk/bref-laravel-bridge This bridge is better maintained and supports Laravel far better.

This pull request will be merged once Bref 2.0 is released: the v2.0 of the Laravel bridge will be released at the same time.

What is this PR?

This PR:

Related docs PR: https://github.com/brefphp/bref/pull/1424

What's new?

What will change with v2.0:

And more importantly, it changes how SQS queues are handled (this is the most significant breaking change).

The reason for this choice is:

FAQ

What about the v1 of this bridge?

The v1 will still be available on GitHub (we'll create a v1 branch) and Composer. It will continue to work, however we will not maintain it anymore (unless for critical security issues).

What about https://github.com/cachewerk/bref-laravel-bridge ?

The CacheWerk bridge will be deprecated in favor of this bridge. The creators and maintainers of the CacheWerk bridge (@tillkruss & @georgeboot) will join this repository as maintainers. The entire git/code history of https://github.com/cachewerk/bref-laravel-bridge is imported into this bridge as v2.0.

TODO

mnapoli commented 1 year ago

Branch 1.x created, let's go!