laravel-expansions/serverless-function
最新稳定版本:v1.0.3
Composer 安装命令:
composer create-project laravel-expansions/serverless-function
包简介
Lambda Function
README 文档
README
Lambda Function Handler and Artisan Command
Setup
Please insttall in an existing Laravel project.
composer require laravel-expansions/serverless-function
Then let's create a handler file:
php artisan vendor:publish --tag=expantion-function
Create Function
Create function and check /app/Functions directory.
php artisan make:function {FunctionName}
Publish function stub file
Publish and check /stubs directory. Then modify function.stub template file.
php artisan vendor:publish --tag=expantion-function-stub
统计信息
- 总下载量: 1.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-10