laravel-bref-bridge icon indicating copy to clipboard operation
laravel-bref-bridge copied to clipboard

Leverage Laravel Vapor Bootstrap

Open bubba-h57 opened this issue 6 years ago • 1 comments

bubba-h57 avatar Oct 05 '19 17:10 bubba-h57

With the release of Laravel Vapor Core it is redundant to maintain our own, separate, runtime. Rather, if we tweak Vapor just a bit, we can leverage the built-in Laravel Runtime for Lambda.

This will decrease effort maintaining our own custom runtime, and work to ensure parity with Laravel moving forward.

I've begun tweaking Vapor Core and you can find it in the Laravel Bref Bridge Core repository. The ultimate goal will be to remove all the runtime/bootstrap work that is built in here and simply include that package for the functionality.

bubba-h57 avatar Oct 05 '19 17:10 bubba-h57