Laravel Bridge Versions Save

Package to use Laravel on AWS Lambda with Bref

1.2.1

1 year ago

1.2.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/brefphp/laravel-bridge/compare/1.1.3...1.2.0

1.1.3

2 years ago

What's Changed

Full Changelog: https://github.com/brefphp/laravel-bridge/compare/1.1.2...1.1.3

1.1.2

2 years ago

What's Changed

Full Changelog: https://github.com/brefphp/laravel-bridge/compare/1.1.1...1.1.2

1.1.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/brefphp/laravel-bridge/compare/1.1.0...1.1.1

1.1.0

2 years ago

New php artisan vendor:publish --tag=serverless-worker command to create worker.php.

The documentation also now uses Lift to create the SQS queue. That is much simpler than using CloudFormation.

1.0.1

2 years ago

Make sure view.compiled is correctly defined #39

1.0.0

3 years ago

Upgrade to Bref 1.0 and PHP 8.

There are no BC breaks in this package, however read the upgrade guide of Bref 1.0 to see if you need to update anything.

0.2.3

3 years ago

#19 SQS worker exceptions are now correctly reported to error handlers defined in Laravel

0.2.2

3 years ago

#13 Support Laravel 8