Cleaner home page content
parent
950fa10c63
commit
a54aefcaf8
1 changed files with 25 additions and 17 deletions
42
Home.md
42
Home.md
|
@ -1,29 +1,37 @@
|
|||
<div>
|
||||
<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>
|
||||
<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;">
|
||||
</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.
|
||||
It is designed to be **highly configurable** whilst requiring _minimal configuration_.
|
||||
This is the official documentation for **Loom Spinner CLI**—your PHP development environment companion.
|
||||
|
||||
# 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
|
||||
- Node 23
|
||||
- SQLite
|
||||
- XDebug
|
||||
- Opcache
|
||||
- Several useful extensions installed and enabled by default
|
||||
- Your project data mounted to `/data/var/www` inside the container
|
||||
- Nginx server with a proxy pass to your PHP container
|
||||
- Sets up a proxy pass to serve your projects `public` directory via `localhost`
|
||||
- Popular PHP extensions enabled by default
|
||||
- Your project files mounted at `/data/var/www` within the container
|
||||
- **Nginx**, set up as a reverse proxy to your PHP container
|
||||
- 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 Spinner’s features.
|
||||
|
||||
---
|
||||
|
||||
Feel free to explore—and happy spinning!
|
Loading…
Add table
Reference in a new issue