# thinkphp-serverless **Repository Path**: dlzc/thinkphp-serverless ## Basic Information - **Project Name**: thinkphp-serverless - **Description**: 将thinkphp5.1运行在serverless环境下,支持腾讯云serverless - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-03-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 将Thinkphp5.1无差别运行在serverless环境 =============== ## 腾讯云 入口文件 ~~~ tencent.php ~~~ - 执行 `npm install` 安装依赖 - 执行 `sls deploy` 部署函数 ### 已知问题 - html页面时,trace方法打印的数据无法显示在页面右下角的工具里 - 不支持使用file方式文件上传