Skip to content

Releases: brefphp/laravel-bridge

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