diff --git a/Home.md b/Home.md index 8706e79..b02655f 100644 --- a/Home.md +++ b/Home.md @@ -2,4 +2,17 @@ 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_. \ No newline at end of file +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 \ No newline at end of file