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

Automatically configure Laravel for Lambda #4

Closed mnapoli closed 4 years ago

mnapoli commented 4 years ago

This PR adds a service provider that will automatically configure Laravel.

This makes it much easier to deploy Laravel on Lambda with Bref:

viezel commented 4 years ago

Very exciting move 👏 Will make making prototyping much faster and lowering the barriers for newcomers. well done.