Update README notes
This commit is contained in:
parent
29d6718339
commit
2587873815
1 changed files with 6 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
A streamlined environment management tool for PHP developers.
|
A streamlined environment management tool for PHP developers.
|
||||||
|
|
||||||
Loom Spinner makes it easy to launch minimal, thoughtfully pre-configured Docker containers for PHP development - helping
|
Loom Spinner makes it easy to launch minimal, thoughtfully pre-configured Docker containers for PHP development; helping
|
||||||
you enjoy a fast, consistent, and hassle-free workflow.
|
you enjoy a fast, consistent, and hassle-free workflow.
|
||||||
|
|
||||||
Run simple commands from anywhere on your system to manage your environments.
|
Run simple commands from anywhere on your system to manage your environments.
|
||||||
|
@ -24,9 +24,12 @@ Effortlessly create custom Docker environments for each of your PHP projects. Ou
|
||||||
- **SQLite3**
|
- **SQLite3**
|
||||||
- **NodeJS 23** (Node, NPM, & NPX)
|
- **NodeJS 23** (Node, NPM, & NPX)
|
||||||
|
|
||||||
Your project directory is automatically mounted to the PHP container, and the `public` directory is served via Nginx at `http://localhost:<nginx-port>`. Access the container directly from your terminal to execute unit tests or other commands—all within an isolated environment.
|
Your project directory is automatically mounted to the PHP container, and the `public` directory is served via Nginx at
|
||||||
|
`http://localhost:<nginx-port>`. Access the container directly from your terminal to execute unit tests or other
|
||||||
|
commands, all within an isolated environment.
|
||||||
|
|
||||||
> **Note:** Loom Spinner CLI is in early development. For now, only SQLite is supported as the database, but more options are on the way in future updates.
|
> **Note:** Loom Spinner CLI is in early development. For now, only SQLite is supported as the database, but more options
|
||||||
|
> are on the way in future updates.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue