1.1.0 #2
2 changed files with 2 additions and 5 deletions
|
@ -21,16 +21,13 @@ Effortlessly create custom Docker environments for each of your PHP projects. Ou
|
||||||
|
|
||||||
- **PHP 8.4** (includes XDebug & OpCache)
|
- **PHP 8.4** (includes XDebug & OpCache)
|
||||||
- **Nginx**
|
- **Nginx**
|
||||||
- **SQLite3**
|
- **MySQL 9.3**
|
||||||
- **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
|
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
|
`http://localhost:<nginx-port>`. Access the container directly from your terminal to execute unit tests or other
|
||||||
commands, all within an isolated environment.
|
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.
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
**Requirements:**
|
**Requirements:**
|
||||||
|
|
|
@ -9,5 +9,5 @@ options:
|
||||||
enabled: true
|
enabled: true
|
||||||
database:
|
database:
|
||||||
enabled: true
|
enabled: true
|
||||||
driver: sqlite3
|
driver: mysql
|
||||||
rootPassword: docker
|
rootPassword: docker
|
Loading…
Add table
Reference in a new issue