brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.15k stars 365 forks source link

Update Bref examples for Bref v2 #1366

Open mnapoli opened 1 year ago

mnapoli commented 1 year ago

We should update https://github.com/brefphp/examples to use Bref v2 (and also update Symfony and Laravel versions).

Any help is welcome. Baby steps are OK too, for example you can start by upgrading just a Laravel/Symfony version, then introduce Bref v2 (you don't need to tackle all examples at once).

tillkruss commented 1 year ago

Should we use https://github.com/cachewerk/bref-laravel-bridge for this?

mnapoli commented 1 year ago

I still need to look into the migration path and the impact on the DX for Bref users 👍

mnapoli commented 1 year ago

Working on it at https://github.com/brefphp/examples/pull/42