sapling/skeleton
Composer 安装命令:
composer create-project sapling/skeleton
包简介
Sapling Skeleton: a minimal starter app powered by Sapling Core.
README 文档
README
A minimal starter app powered by Sapling Core
Dependencies
This skeleton app assumes PHP and Composer are installed on your system.
MacOS
brew install php composer
Guides
- PHP:
https://www.php.net/manual/en/install.php - Composer:
https://getcomposer.org/download/
Getting Started
Create a new project (replace my-app with your app name):
composer create-project sapling/skeleton:dev-main my-app
Enter the project directory:
cd my-app
Start the development server:
composer sapling:serve
Open: http://localhost:8080/ping
Environment
On install, .env is created automatically from .env.dist if it doesn't exist.
LICENSE
This project is licensed under 0BSD. You can choose a different license if you wish to distribute it.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: 0BSD
- 更新时间: 2026-01-22