1
0
Fork 0

处理composer

main
liutk 2024-04-10 12:11:17 +08:00
parent 3210bcd223
commit e2301046d3
15 changed files with 3680 additions and 776 deletions

1
.htaccess 100755
View File

@ -0,0 +1 @@

7
404.html 100755
View File

@ -0,0 +1,7 @@
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

View File

@ -67,7 +67,7 @@
"repositories": [
{
"type": "composer",
"url": "https://repo.packagist.org"
"url": "https://mirrors.aliyun.com/composer/"
}
]
}

4406
composer.lock generated

File diff suppressed because it is too large Load Diff

39
index.html 100755
View File

@ -0,0 +1,39 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>

1
public/.user.ini 100644
View File

@ -0,0 +1 @@
open_basedir=/www/wwwroot/internet-everythings-agricultural/:/tmp/

0
storage/app/.gitignore vendored 100644 → 100755
View File

0
storage/app/public/.gitignore vendored 100644 → 100755
View File

0
storage/framework/.gitignore vendored 100644 → 100755
View File

0
storage/framework/cache/.gitignore vendored 100644 → 100755
View File

0
storage/framework/cache/data/.gitignore vendored 100644 → 100755
View File

0
storage/framework/sessions/.gitignore vendored 100644 → 100755
View File

0
storage/framework/testing/.gitignore vendored 100644 → 100755
View File

0
storage/framework/views/.gitignore vendored 100644 → 100755
View File

0
storage/logs/.gitignore vendored 100644 → 100755
View File