silencenjoyer/silence-app-template
Composer 安装命令:
composer create-project silencenjoyer/silence-app-template
包简介
A starter template for client-ready application built on the Silence framework.
README 文档
README
Web application template for Silence PHP Framework.
⚙️ Installation
composer create-project --stability=dev silencenjoyer/silence-app-template silence-app
cd silence-app
🚀 To run the app:
docker compose -p silence-app up -d
Now you should be able to access the application through the browser. Usually it is http://localhost:80.
📁 Directory structure
app/ Application files.
Bootstrap/ Application and DI pre-configuration.
Config/ Configuration files.
Event/ Application Event System.
Extensions/ Application Extensions.
Http/ Everything related to HTTP processing.
Controllers/
Handlers/ PSR-15 Request Handlers.
Middlewares/ PSR-15 Middlewares
Routes/ Application Routes.
docker/ Docker-specific files.
docs/ Documentation.
public/ Files publically accessible from the Internet.
index.php Entry script.
resources/ Application resources.
views/ View templates.
storage/ Files generated during runtime.
var/ Files generated during runtime.
tests/ A set of Unit tests for the application.
vendor/ Installed Composer packages.
📄 License
This package is distributed under the BSD-3 licence. For more details, see LICENSE.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2025-07-22
