Skip to content

Releases: brefphp/laravel-bridge

0.2.3

14 Nov 17:53
4a264c1
Compare
Choose a tag to compare

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

0.2.2

17 Sep 06:37
81e2fe0
Compare
Choose a tag to compare

#13 Support Laravel 8

0.2.1

11 Aug 09:01
Compare
Choose a tag to compare
  • Move the default cache directory to /tmp to avoid read-only errors
  • Fix a case where logs would still be written to disk

0.2.0

13 Jul 15:58
5318748
Compare
Choose a tag to compare

This release autoconfigures Laravel to run on AWS Lambda.

This is done via a Laravel service provider that is automatically registered on installation. That makes deploying a new Laravel application on Lambda much easier:

composer require bref/laravel-bridge
php artisan vendor:publish --tag=serverless-config
serverless deploy

0.1.0

06 May 07:17
a03f569
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Update README.md