File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
web-framework/php/laravel Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11Edition : 3.0.0
22Type : Project
33Name : start-laravel-cap
4- Version : 0.0.3
4+ Version : 0.0.4
55Provider :
66 - 阿里云
77Description : 本案例展示了如何将 Laravel,一款基于 PHP 编程语言的流行 Web 应用框架,快速部署到云原生应用开发平台 CAP,实现快速构建云原生应用的实践。Laravel 以其简洁优雅的语法、全面而先进的工具和功能著称,广泛应用于 Web 应用程序开发。
Original file line number Diff line number Diff line change 22/public /hot
33/public /storage
44/storage /* .key
5- /vendor
65.env
76.env.backup
87.phpunit.result.cache
Original file line number Diff line number Diff line change 44chmod -R 777 /code/mylaravel/bootstrap/cache
55chmod -R 777 /code/mylaravel/storage
66cd /code/mylaravel
7+ cp .env.example .env
78php artisan serve --host=0.0.0.0 --port=9000
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ resources:
2222 - /code/start.sh
2323 functionName : " {{ functionName }}"
2424 code : ./code
25+ environmentVariables :
26+ APP_KEY : base64:1484xsuUgwXy8fjnW82sDJH9KKBoDYSb88LUlass3Og=
2527 logConfig : auto
2628 triggers :
2729 - triggerName : httpTrigger
You can’t perform that action at this time.
0 commit comments