No results
23
Home
Danny edited this page 2025-04-25 11:27:42 +01:00
Welcome to the Loom Spinner CLI Documentation
This is the official documentation for Loom Spinner CLI; your PHP development environment companion.
Loom Spinner is designed to help you launch and manage Docker containers for PHP projects, on a project by project basis. It aims to be highly configurable, yet requires only minimal setup to get started.
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
- MySQL
- XDebug
- Opcache
- 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 atlocalhost
- Serves your project's
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!