Cleaner home page content

Daniel Winning 2025-04-24 12:12:39 +01:00
parent 950fa10c63
commit a54aefcaf8

42
Home.md

@ -1,29 +1,37 @@
<div> <p>
<img src="https://forge.winningsoftware.co.uk/LoomLabs/spinner/raw/branch/main/header.jpg" alt="Loom Spinner CLI Header Image &amp; Logo" style="width: 100%; height: auto;"> <img src="https://forge.winningsoftware.co.uk/LoomLabs/spinner/raw/branch/main/header.jpg" alt="Loom Spinner CLI Header Image & Logo" style="width: 100%; height: auto;">
</div> </p>
Welcome to the official documentation for **Loom Spinner CLI**, the PHP development environment tool. # Welcome to the Loom Spinner CLI Documentation
Spinner is a tool that helps you spin up and manage Docker containers for PHP development on a project-by-project basis. This is the official documentation for **Loom Spinner CLI**—your PHP development environment companion.
It is designed to be **highly configurable** whilst requiring _minimal configuration_.
# What's Included? **Loom Spinner** is designed to help you launch and manage Docker containers for PHP projects, on a per-project basis. It aims to be **highly configurable**, yet requires only _minimal setup_ to get started.
By default, a Spinner environment includes everything you need to start serving and debugging your PHP project locally. ---
The default environment contains the following set of tools:
- A PHP Container with: ## What's Included?
A typical Loom Spinner environment gives you everything you need to kick off local PHP development and debugging right away. By default, you get:
- **A PHP Container** with:
- PHP 8.4 - PHP 8.4
- Node 23 - Node 23
- SQLite - SQLite
- XDebug - XDebug
- Opcache - Opcache
- Several useful extensions installed and enabled by default - Popular PHP extensions enabled by default
- Your project data mounted to `/data/var/www` inside the container - Your project files mounted at `/data/var/www` within the container
- Nginx server with a proxy pass to your PHP container - **Nginx**, set up as a reverse proxy to your PHP container
- Sets up a proxy pass to serve your projects `public` directory via `localhost` - Serves your project's `public` directory at `localhost`
# Documentation Navigation
This Wiki is designed to be navigated by following the top level sidebar links in order, however, feel free to read in ---
any order you would prefer.
## Navigating the Documentation
You can move through the Wiki using the sidebar's top-level links in order, or jump straight to the sections most relevant to your workflow. Each page is designed to help you get up and running quickly, and to make the most of Loom Spinners features.
---
Feel free to explore—and happy spinning!