Add What's Included section to the homepage

Daniel Winning 2025-04-14 17:04:30 +01:00
parent f5b739aa82
commit 1fbdc5abe4

15
Home.md

@ -2,4 +2,17 @@
Welcome to the official documentation for **Loom Spinner**, the PHP development environment tool. Welcome to the official documentation for **Loom Spinner**, the PHP development environment tool.
Spinner is a tool that helps you spin up and manage Docker containers for PHP development on a project-by-project basis. It is designed to be **highly configurable** whilst requiring _minimal configuration_. Spinner is a tool that helps you spin up and manage Docker containers for PHP development on a project-by-project basis.
It is designed to be **highly configurable** whilst requiring _minimal configuration_.
## What's Included?
By default, a Spinner environment contains the following set of tools:
- A PHP Container with:
- PHP 8.4
- Node 23
- Several useful extensions installed and enabled by default
- SQLite
- Your project data mounted to `/data/var/www` inside the container
- Nginx server with a proxy pass to your PHP container, so you can serve your project over localhost