File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
web-framework/php/laravel Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
Edition : 3.0.0
2
2
Type : Project
3
3
Name : start-laravel-v3
4
- Version : 0.0.5
4
+ Version : 0.0.6
5
5
Provider :
6
6
- 阿里云
7
7
Description : 本案例是将非常流行的基于PHP编程语言的开发框架 Laravel 快速部署到阿里云函数计算 FC。
Original file line number Diff line number Diff line change 4
4
chmod -R 777 /code/mylaravel/bootstrap/cache
5
5
chmod -R 777 /code/mylaravel/storage
6
6
cd /code/mylaravel
7
+ cp .env.example .env
7
8
php artisan serve --host=0.0.0.0 --port=9000
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ resources:
21
21
- /code/start.sh
22
22
functionName : ${vars.functionName}
23
23
code : ./code
24
+ environmentVariables :
25
+ APP_KEY : base64:1484xsuUgwXy8fjnW82sDJH9KKBoDYSb88LUlass3Og=
24
26
triggers :
25
27
- triggerName : httpTrigger
26
28
triggerType : http
You can’t perform that action at this time.
0 commit comments