unload / unload-laravel
使用 Unload 在 AWS Lambda 上使 Laravel 运作的软件包
0.2.0
2023-01-22 21:18 UTC
Requires
- php: >=8.0
- ext-json: *
- aws/aws-sdk-php: ^3.134
- bref/bref: ^2.0.0-beta5
- illuminate/queue: ^6.0|^7.0|^8.0|^9.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- mnapoli/hard-mode: ^0.3.0
- phpstan/phpstan: ^0.12.0
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.6
- symfony/filesystem: ^5.0|^6.0
- symfony/process: ^5.0|^6.0
This package is auto-updated.
Last update: 2024-09-21 08:55:14 UTC
README
本软件包提供以下好处
- 配置 Laravel 以在 AWS Lambda 环境下运行
- 提供连接到 AWS Lambda 上运行的 Laravel 队列工作者的桥梁
这是默认 bref laravel bridge 软件包的扩展。
安装
composer require unload/unload-laravel --update-with-dependencies
应用程序现在已准备好部署
unload deploy
文档
有关完整文档,请访问 unload.sh。
许可
这是一个开源软件,采用 MIT 许可证。