sapling / skeleton
Sapling Skeleton: a minimal starter app powered by Sapling Core.
dev-main
2026-02-26 06:07 UTC
Requires
- php: >=8.4
- sapling/core: *
This package is auto-updated.
Last update: 2026-03-26 06:16:09 UTC
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.