Add What's Included section to the homepage
parent
f5b739aa82
commit
1fbdc5abe4
1 changed files with 14 additions and 1 deletions
15
Home.md
15
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_.
|
||||
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
|
Loading…
Add table
Reference in a new issue